checks length of API_KEY

This commit is contained in:
Alexandre
2021-12-27 15:17:36 +01:00
parent 802ab5b602
commit 2860f8ea25
2 changed files with 4 additions and 2 deletions

View File

@@ -22,7 +22,7 @@
},
"schema": {
"CONFIG_LOCATION": "str",
"API_KEY": "str(32,32)",
"API_KEY": "str",
"DB_CONNECTION": "list(sqlite|mariadb_addon|remotedb)",
"DB_HOST": "str?",
"DB_PORT": "str?",