28 lines
389 B
Text
28 lines
389 B
Text
|
|
||
|
[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
|
||
|
user=root
|
||
|
password=12345678
|
||
|
database=outbag
|
||
|
|
||
|
[Settings]
|
||
|
maxUsers=2
|
||
|
defaultMaxRooms=3
|
||
|
defaultMaxRoomSize=10
|
||
|
defaultMaxUsersPerRoom=2
|