38 lines
581 B
INI
38 lines
581 B
INI
[database]
|
|
db.hostname=unified-db
|
|
db.port=3306
|
|
db.username=arcturus
|
|
db.password=arcturus
|
|
db.database=arcturus
|
|
db.params=?serverTimezone=UTC&useSSL=false
|
|
db.pool.maxsize=10
|
|
db.pool.minsize=5
|
|
|
|
[game]
|
|
hotel.name=My Habbo Retro
|
|
hotel.url=http://localhost
|
|
game.host=0.0.0.0
|
|
game.port=30000
|
|
|
|
[encryption]
|
|
enc.enabled=false
|
|
enc.e=
|
|
enc.n=
|
|
enc.d=
|
|
encryption.forced=false
|
|
|
|
[websockets]
|
|
ws.nitro.enabled=true
|
|
ws.nitro.host=0.0.0.0
|
|
ws.nitro.port=2096
|
|
ws.nitro.ip.header=
|
|
|
|
[rcon]
|
|
rcon.host=0.0.0.0
|
|
rcon.port=30001
|
|
rcon.allowed=0.0.0.0
|
|
|
|
[logging]
|
|
logging.errors.runtime=true
|
|
logging.debug=false
|