Add config parsing

This commit is contained in:
Piper Pentagram 2024-11-06 13:32:37 -08:00
parent 44a2e7d6c8
commit bea76cd380
6 changed files with 198 additions and 5 deletions

6
config.yaml Normal file
View file

@ -0,0 +1,6 @@
log_file: "bingobot.log"
log_dir: "log"
log_max_size_mb: 500
log_max_backups: 3
log_max_age_days: 365
log_compression: false