http: Add chanbans.config, python-dotenv dependency

* chanbans.config handles all configuration now
* python-dotenv dependency is added for basic environment-level
  configuration

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-08-02 17:49:07 -07:00
parent b6d8346fef
commit d3f6e6f69e
5 changed files with 368 additions and 369 deletions

8
example.env Normal file
View File

@@ -0,0 +1,8 @@
# Thumbnails directory. Defaults to "thumbs"
#THUMBS_DIR=thumbs
# HTML cache directory. Defaults to "cache"
#CACHE_DIR=cache
# Domain name of the server
HTTP_DOMAIN=domain.com