servatrice/servatrice/servatrice.ini.example
2011-05-21 23:03:00 +02:00

39 lines
728 B
Text

[server]
port=4747
statusupdate=15000
logfile=server.log
id=1
threaded=0
[authentication]
method=none
[database]
type=none
prefix=cockatrice
hostname=localhost
database=servatrice
user=servatrice
password=foobar
[rooms]
size=1
1\name="General room"
1\description="Play anything here."
1\autojoin=true
1\joinmessage="This message is only here to show that rooms can have a join message."
1\game_types\size=3
1\game_types\1\name="GameType1"
1\game_types\2\name="GameType2"
1\game_types\3\name="GameType3"
[game]
max_game_inactivity_time=120
max_player_inactivity_time=15
[security]
max_users_per_address=4
message_counting_interval=10
max_message_size_per_interval=1000
max_message_count_per_interval=10
max_games_per_user=5