Update config.json

This commit is contained in:
Alexandre
2021-09-20 19:40:48 +02:00
committed by GitHub
parent b2c2e113f2
commit 3f6d3c5439

View File

@@ -24,7 +24,11 @@
"DB_ENGINE": "sqlite" "DB_ENGINE": "sqlite"
}, },
"options": {}, "options": {},
"schema": {"ssl": "bool"}, "schema": {
"ssl": "bool?",
"certfile": "str?",
"keyfile": "str?"
"},
"arch": [ "arch": [
"aarch64", "aarch64",
"amd64", "amd64",