41 lines
703 B
INI
41 lines
703 B
INI
[authorisation]
|
|
adminkey = secret
|
|
registrationkey = secret
|
|
usernamemaxlength = 20
|
|
usernameminlength = 5
|
|
passwordmaxlength = 30
|
|
passwordminlength = 5
|
|
tokenexpirytime = 2592000
|
|
|
|
[database]
|
|
path = data/database.db
|
|
encrypt = false
|
|
shamirsecretsharing = false
|
|
numberofshares = 5
|
|
minimumshares = 3
|
|
keypath = data/key.txt
|
|
encryptedpath = data/.cryptdatabase.db
|
|
encryptionconfigpath = data/encryptconfig.txt
|
|
saltpath = data/.salt.txt
|
|
sharespath = data/shares/
|
|
|
|
[user]
|
|
defaultlevel = member
|
|
defaultoccupationid = Null
|
|
|
|
[posts]
|
|
posttimelimit = 5
|
|
daystart = 9
|
|
dayend = 17
|
|
|
|
[notifications]
|
|
defaultexpiretime = 604800
|
|
ntfyurl = https://ntfy.example.com
|
|
|
|
[networking]
|
|
port = 9999
|
|
|
|
[miscellaneous]
|
|
servercode = 12345
|
|
|