Update config.json

This commit is contained in:
Alexandre
2021-09-21 17:16:48 +02:00
committed by GitHub
parent cba6798103
commit 2dfea35894

View File

@@ -25,11 +25,15 @@
"DB_ENGINE": "sqlite",
"APP_PORT": "9925"
},
"options": {},
"options": {
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
},
"schema": {
"ssl": "bool?",
"certfile": "str?",
"keyfile": "str?"
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
},
"arch": [
"aarch64",