This repository has been archived by the owner on Jan 26, 2025. It is now read-only.
forked from Narbase/narcore-kunafa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlp.conf
73 lines (62 loc) · 2.2 KB
/
lp.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
ktor {
deployment {
port = 8010
}
}
launchConfig {
remoteConfig = Local
environment = Dev
}
jwt {
domain = "https://lp.narbase.com/"
audience = "jwt-audience"
realm = "jwt"
jwtSecret = "iThai~Fah4shiec2cooQuavee5ohWeeghei4Ahfei(Lafai6ahvee0Urei5atheeNohd4EepeeKo3abeiNgai|baip,ieShoog5uP8eDa5ga5iozooqu}a9uawahj9ye"
}
dataSource {
dbName = "lp"
jdbcUrl = "jdbc:postgresql://localhost:5432/lp?useUnicode=true&characterEncoding=UTF-8&useSSL=false"
user = "lp_user"
password = "root"
driverClassName = "org.postgresql.Driver"
dev {
dbName = "lp_dev"
jdbcUrl = "jdbc:postgresql://localhost:5432/lp_dev?useUnicode=true&characterEncoding=UTF-8&useSSL=false"
user = "root"
password = "root"
driverClassName = "org.postgresql.Driver"
}
staging {
dbName = "lp_staging"
jdbcUrl = "jdbc:postgresql://localhost:5432/lp_staging?useUnicode=true&characterEncoding=UTF-8&useSSL=false"
user = "lp_staging_user"
password = "root"
driverClassName = "org.postgresql.Driver"
}
testing {
dbName = "lp_testing"
jdbcUrl = "jdbc:postgresql://localhost:5432/lp_testing?useUnicode=true&characterEncoding=UTF-8&useSSL=false"
user = "root"
password = "root"
driverClassName = "org.postgresql.Driver"
}
}
firstRun {
adminUsername = "admin"
adminPassword = "password"
}
emailConfig {
email = "[email protected]"
password = "Never commit to repo"
}
header = """
888b 888 d8888 8888888b. .d8888b. .d88888b. 8888888b. 8888888888
8888b 888 d88888 888 Y88b d88P Y88b d88P" "Y88b 888 Y88b 888
88888b 888 d88P888 888 888 888 888 888 888 888 888 888
888Y88b 888 d88P 888 888 d88P 888 888 888 888 d88P 8888888
888 Y88b888 d88P 888 8888888P" 888 888 888 8888888P" 888
888 Y88888 d88P 888 888 T88b 888 888 888 888 888 T88b 888
888 Y8888 d8888888888 888 T88b Y88b d88P Y88b. .d88P 888 T88b 888
888 Y888 d88P 888 888 T88b "Y8888P" "Y88888P" 888 T88b 8888888888
By NARBASE TECHNOLOGIES
"""