Update config.json

This commit is contained in:
Alexandre
2022-01-16 13:08:48 +01:00
committed by GitHub
parent 0bb2f08ab9
commit f92b1d6699

View File

@@ -21,7 +21,8 @@
"options": { "options": {
"DB_CONNECTION": "sqlite_internal", "DB_CONNECTION": "sqlite_internal",
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO", "APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
"CONFIG_LOCATION": "/config/addons_config/fireflyiii/config.yaml" "CONFIG_LOCATION": "/config/addons_config/fireflyiii/config.yaml",
"silent": true
}, },
"ports": { "ports": {
"8080/tcp": 3473 "8080/tcp": 3473
@@ -38,7 +39,8 @@
"DB_DATABASE": "str?", "DB_DATABASE": "str?",
"DB_USERNAME": "str?", "DB_USERNAME": "str?",
"DB_PASSWORD": "str?", "DB_PASSWORD": "str?",
"Updates": "list(|hourly|daily|weekly)?" "Updates": "list(|hourly|daily|weekly)?",
"silent": "bool"
}, },
"slug": "fireflyiii", "slug": "fireflyiii",
"services": [ "services": [