This repository has been archived on 2025-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
Files
beopen/server/work-data/config.ini
2025-02-10 12:37:33 +00:00

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