Add rudimentary password data protection

This commit is contained in:
2020-12-01 00:05:09 +01:00
committed by Oskar
parent e79cdb3e24
commit a73b9d6cdf
2 changed files with 20 additions and 0 deletions

View File

@ -8,3 +8,8 @@ db_file = db.json
# Col1: First Name(s), Col2: Last Name(s), Col3 (optional): EMail
# Remove or leave empty for no check
name_file = namensliste.csv
# Username and password for data retrieval
admin_user = admin
admin_pass = topSecret