Fix config
This commit is contained in:
parent
b9a599fc97
commit
97fa628968
|
@ -7,7 +7,7 @@ db_file = db.json
|
|||
# List of people to be allowed, in .csv format (comma, no delimiters)
|
||||
# Col1: First Name(s), Col2: Last Name(s), Col3 (optional): EMail
|
||||
# Remove or leave empty for no check
|
||||
name_file = /root/namensliste.csv
|
||||
name_file = namensliste.csv
|
||||
|
||||
|
||||
# Username and password for data retrieval
|
||||
|
|
Loading…
Reference in New Issue