actions-test/test.juml

30 lines
442 B
Text
Raw Permalink Normal View History

2023-03-10 12:44:23 +01:00
[System]
#The Server will listen on this Port!
PORT=7224
PORTexposed=7224
PATHexposed=/
URL=localhost
CertLiveSec=2592000
[ssl]
enable=true
privkey=openssl/server.key
cert=openssl/server.cert
chain=openssl/server.chain
[Database]
host=database
port=3306
2023-03-10 12:58:38 +01:00
user=outbag
2023-03-10 12:44:23 +01:00
password=12345678
database=outbag
[Settings]
maxUsers=2
2023-03-18 15:34:19 +01:00
defaultMaxRooms=2
2023-03-10 12:44:23 +01:00
defaultMaxRoomSize=10
defaultMaxUsersPerRoom=2
2024-02-25 13:40:35 +01:00
defaultViewable=true
deletedAccountKeepSec=1728000