You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
429 B
20 lines
429 B
5 years ago
|
database = "rude.db"
|
||
|
|
||
|
[server]
|
||
|
ip = "0.0.0.0"
|
||
|
port = 9123
|
||
|
connection_limit = 2
|
||
|
event_capacity = 1024
|
||
|
|
||
|
[logging]
|
||
|
level = "debug"
|
||
|
|
||
|
[player]
|
||
|
starting_location = "d027ff76-185f-4da0-941c-7cadc6cf6e20"
|
||
|
name_min = 2
|
||
|
name_max = 20
|
||
|
name_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz"
|
||
|
pass_min = 8
|
||
|
pass_max = 128
|
||
|
pass_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890 `~@#$%^&*()_+-=[]{};':\",./<>?"
|