-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdarkblow_config.json
More file actions
56 lines (56 loc) · 1.14 KB
/
Copy pathdarkblow_config.json
File metadata and controls
56 lines (56 loc) · 1.14 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
[
{
"GoogleConfig": {
"ClientID": "",
"ClientSecret": ""
},
"ProjectVersion": {
"Version": "1.15.42.30"
},
"SMTPConfig": {
"Email": "",
"Password": ""
},
"CredentialsConfig": {
"primary_host": {
"host": "127.0.0.1",
"port": 1000
},
"secondary_host": {
"host": "127.0.0.1",
"port": 1500
},
"third_host": {
"host": "127.0.0.1",
"port": 1200
},
"side_host": {
"host": "127.0.0.1",
"port": 1700
}
},
"EncryptionConfig": {
"ciphering": "AES-128-CTR",
"options": 0,
"encryption_iv": "2539435361336837",
"encryption_key": "insert_your_encryption_key_here"
},
"LanguageConfig": "english",
"Database": {
"Old": {
"Host": "127.0.0.1",
"Port": "5432",
"User": "postgres",
"Password": "123456",
"Name": "darkblowproject"
},
"Evo": {
"Host": "127.0.0.1",
"Port": "5432",
"User": "postgres",
"Password": "123456",
"Name": "darkblowproject_evo"
}
}
}
]