-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig-docker.json
More file actions
40 lines (34 loc) · 1.03 KB
/
config-docker.json
File metadata and controls
40 lines (34 loc) · 1.03 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
{
"service.host": "home.niledb.com",
"service.port": 443,
"service.ssl": true,
"service.ssl.autoGenerateCert": false,
"service.ssl.key.path": "misc/ssl/private.pem",
"service.ssl.cert.path": "misc/ssl/public.pem",
"service.authenticate": false,
"service.username": "niledb",
"service.password": "xxxxxxx",
"service.query.maxResults": 100,
"service.forceSsl": true,
"service.redirectFromPort": 80,
"service.redirectUrl": "https://home.niledb.com",
"db.name": "niledb",
"db.host": "db",
"db.port": 5432,
"db.ssl": false,
"db.ssl.mode": "verify-ca",
"db.ssl.rootCert": "misc/ssl/BaltimoreCyberTrustRoot.crt",
"db.replica.host": "db",
"db.replica.port": 5432,
"db.username": "postgres",
"db.password": "postgres",
"security.enabled": false,
"security.anonymous.rolename": "anonymous",
"security.jwt.secret": "password_of_at_least_32_characters",
"mqtt.enabled": true,
"mqtt.port": 1883,
"model.path": "model.xmi",
"model.createModelFromDb": true,
"model.createDbFromModel": true,
"model.createModelsSchema": true
}