Same approach as for .env. Design two files `.config` and `.config.example`. Things that could be considered: - [x] PROD vs DEV (runs tests, logs debug) - [X] GUI vs CLI (other methods have to be called) - [x] connection count limit - [ ] TLS URLs only (rediss) - https://docs.python.org/3/library/ssl.html - [x] file_handler - [x] stdout_handler - [x] stderr_handler PROD VS DEV? Disable debug logs?
Same approach as for .env. Design two files
.configand.config.example.Things that could be considered:
PROD VS DEV? Disable debug logs?