-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnarcore.conf
More file actions
73 lines (62 loc) · 2.26 KB
/
narcore.conf
File metadata and controls
73 lines (62 loc) · 2.26 KB
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://narcore.narbase.com/"
audience = "jwt-audience"
realm = "jwt"
jwtSecret = "iThai~Fah4shiec2cooQuavee5ohWeeghei4Ahfei(Lafai6ahvee0Urei5atheeNohd4EepeeKo3abeiNgai|baip,ieShoog5uP8eDa5ga5iozooqu}a9uawahj9ye"
}
dataSource {
dbName = "narcore"
jdbcUrl = "jdbc:postgresql://localhost:5432/narcore?useUnicode=true&characterEncoding=UTF-8&useSSL=false"
user = "narcore_user"
password = "root"
driverClassName = "org.postgresql.Driver"
dev {
dbName = "narcore_dev"
jdbcUrl = "jdbc:postgresql://localhost:5432/narcore_dev?useUnicode=true&characterEncoding=UTF-8&useSSL=false"
user = "root"
password = "root"
driverClassName = "org.postgresql.Driver"
}
staging {
dbName = "narcore_staging"
jdbcUrl = "jdbc:postgresql://localhost:5432/narcore_staging?useUnicode=true&characterEncoding=UTF-8&useSSL=false"
user = "narcore_staging_user"
password = "root"
driverClassName = "org.postgresql.Driver"
}
testing {
dbName = "narcore_testing"
jdbcUrl = "jdbc:postgresql://localhost:5432/narcore_testing?useUnicode=true&characterEncoding=UTF-8&useSSL=false"
user = "root"
password = "root"
driverClassName = "org.postgresql.Driver"
}
}
firstRun {
adminUsername = "admin"
adminPassword = "password"
}
emailConfig {
email = "email@example.com"
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
"""