Full completed project
This commit is contained in:
40
server/work-data/config.ini
Normal file
40
server/work-data/config.ini
Normal file
@@ -0,0 +1,40 @@
|
||||
[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
|
||||
|
||||
BIN
server/work-data/database.db
Normal file
BIN
server/work-data/database.db
Normal file
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 283 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 263 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 286 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 324 KiB |
1
server/work-data/log.txt
Normal file
1
server/work-data/log.txt
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user