-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev-config.json
More file actions
58 lines (58 loc) · 1.34 KB
/
dev-config.json
File metadata and controls
58 lines (58 loc) · 1.34 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
{
"http": {
"port": 7000,
"ip": "127.0.0.1"
},
"logs": {
"prefix": "config-leader",
"console": {
"active": true,
"level": "info",
"colorize": true
},
"file": {
"active": false
},
"audit": {
"filePath": "audit-log-delete-me.log"
}
},
"dataFolder": "test/fixtures",
"internals": {
"configLeaderTokenSecret": "vgkdnnhp4js8nl8m7j1dewkn3ml0baqo",
"CORE_SYSTEM_KEY": "core_key",
"SECRET_ONE": "1234",
"SECRET_TWO": "4x7ff6bvjoh60rmiu41oz0f7b48uacr4",
"REGISTER_ADMIN_KEY_1": "test-admin-key",
"REGISTER_SYSTEM_KEY_1": "test-system-key"
},
"followers": {
"singlenode-machine-key": {
"url": "http://singlenode-follower",
"role": "pryv"
},
"valid": {
"url": "http://valid-follower",
"role": "unexisting"
},
"failing": {
"url": "http://failing-follower",
"role": "failing"
},
"core": {
"url": "http://core",
"role": "core"
}
},
"templatesPath": "./test/fixtures",
"databasePath": "./",
"registerUrl": "http://127.0.0.1:8082",
"credentials": {
"filePath": "./credentials.txt"
},
"gitRepoPath": "./test/fixtures/config-leader/conf",
"platformSettings": {
"platformConfig": "./test/fixtures/config-leader/conf/platform.yml",
"platformTemplate": "./platform.yml"
}
}