mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 13:44:20 +01:00
19 lines
487 B
Plaintext
19 lines
487 B
Plaintext
{
|
|
"logConfig": {
|
|
"enabled": true,
|
|
"level": "{{ .log_level }}",
|
|
"forceConsole": true
|
|
},
|
|
"storage": {
|
|
"cacheDir": "/data/cache",
|
|
"throttle": "slow"
|
|
},
|
|
"securityKeys": {
|
|
"S0_Legacy": "{{ .s0_legacy }}",
|
|
"S2_AccessControl": "{{ .s2_access_control }}",
|
|
"S2_Authenticated": "{{ .s2_authenticated }}",
|
|
"S2_Unauthenticated": "{{ .s2_unauthenticated }}"
|
|
},
|
|
"enableSoftReset": {{ .soft_reset }}
|
|
}
|