-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappconfig.json
More file actions
47 lines (47 loc) · 1 KB
/
appconfig.json
File metadata and controls
47 lines (47 loc) · 1 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
{
"develop": false,
"listen": ":8090",
"log": "",
"appname": "Dev-DB.VRN",
"secret": "TgHyEws3CV5jnmGTyFdS31zPkIhg87VVj",
"db": {
"address": "localhost:15432",
"auth": "postgres",
"dbname": "ddb"
},
"ldap": {
"address": "ldap.forumsys.com:389",
"base": "dc=example,dc=com",
"bind_dn": "cn=read-only-admin,dc=example,dc=com",
"bind_password": "password",
"user_filter": "(uid=%s)",
"group_filter": "",
"ssl": {
"use_ssl": false,
"skip_tls": true,
"skip_verify": true,
"server_name": "ldap.forumsys.com"
}
},
"docker": {
"data_root":"/ugly/ddb",
"quota": 5368709120,
"target": "tcp://localhost:2376",
"apiversion": "1.32",
"registry": "",
"images": [
"postgres:alpine"
]
},
"email": {
"server": "localhost:25",
"from": "Dev-DB.VRN <ddb-notifier@mail.ru>",
"username": "ddb-notifier@mail.ru",
"password": "",
"use_tls": false
},
"admins": [
"v.kryuchenko",
"m.rublev"
]
}