mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-26 20:53:23 -08:00
27 lines
465 B
Plaintext
27 lines
465 B
Plaintext
[server]
|
|
port=4747
|
|
|
|
[authentication]
|
|
method=none
|
|
|
|
[database]
|
|
type=none
|
|
hostname=localhost
|
|
database=servatrice
|
|
user=servatrice
|
|
password=foobar
|
|
|
|
[messages]
|
|
login="Example line"
|
|
|
|
[chatchannels]
|
|
size=1
|
|
1\name="General Chat"
|
|
1\description="Discuss anything here."
|
|
1\autojoin=true
|
|
1\joinmessage="This is the general chat channel. This message is only here to show that channels can have a join message."
|
|
|
|
[game]
|
|
max_game_inactivity_time=120
|
|
max_player_inactivity_time=15
|