Config class (#51)

* Add new Config class to handle loading config files

* Use new config class in api_server.py
This commit is contained in:
2023-10-29 22:22:40 -05:00
committed by GitHub
parent 6ce69c8d35
commit bc8e88ea59
3 changed files with 55 additions and 21 deletions

View File

@@ -2,6 +2,7 @@ upload_folder: "~/zordon-uploads/"
update_engines_on_launch: true
max_content_path: 100000000
server_log_level: info
log_buffer_length: 250
flask_log_level: error
flask_debug_enable: false
queue_eval_seconds: 1