aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
Commit message (Collapse)AuthorAgeFilesLines
* pathlib config path - short versiongenofire2020-09-261-3/+2
|
* refactor os.environ to pathlibnico2020-09-261-4/+4
| | | | * config.py should use the smaller lib to determine which config to load
* black reformatnico2020-06-291-5/+5
| | | | * black reformatted the code
* yaml confignico2020-03-061-6/+9
| | | | | | | | + implement yaml config file parsing * update default config file * update global config file from .conf to .yml ( debatable ) Signed-off-by: nico <nico@magicbroccoli.de>
* config file location overwritenico2020-02-171-7/+11
| | | | | | + add environment toggle to overwrite the config directory setting ejabberd_metrics_dev to 1 / true -> set the config path inside the dev directory
* utilize /etc/ directorynico2020-02-161-0/+66
+ add config.py to read / touch create the etc config file