aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* yaml confignico2020-03-061-0/+1
| | | | | | | | + 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>
* utilize /etc/ directorynico2020-02-161-0/+1
| | | | + add config.py to read / touch create the etc config file
* final touchesnico2019-10-241-1/+5
| | | | | | | | | | | | # added + add method to escape whitespaces in keys and values # changed * init client handler only once and not every time * don't try to create database on every run just on the first one # removed - vhosts are listed first and after that the respective nodes are listed
* pep8 and gitignorenico2019-10-171-0/+111
+ add .gitignore * some pep8 changes