forked from Blorum/blorum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
40 lines (37 loc) · 819 Bytes
/
Copy pathconfig.json
File metadata and controls
40 lines (37 loc) · 819 Bytes
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
{
"is_installed": true,
"port": 10975,
"logs":{
"level": "debug",
"colored": true
},
"security":{
"digest_salt": "DEFAULT"
},
"database": {
"mysql":{
"host": "localhost",
"port": 3306,
"user": "blorum",
"password": "DATABASE_PASSWORD",
"database": "blorum"
},
"redis":{
"prefix": "blorum",
"host": "localhost",
"port": 6379,
"password": "REDIS_PASSWORD"
}
},
"builtin_cache": {
"enabled": true,
"parameters": {
"circumstance_1": {
},
"circumstance_2": {
},
"circumstance_3": {
}
}
}
}