-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.toml
24 lines (23 loc) · 850 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# DEPRECATED: The directory that holds any subsequent files mentioned.
# data_directory = './data/'
# TOML file defining the data backends for the entity unmarshaller services
dbio_defs = './data/dbio.conf'
# The version number of the latest client release.
version = 235
# TCP port number to listen for incoming WebSocket connections on.
port = 43594
# TCP port number to listen for incoming TCP Socket connections on.
tcpPort = 43595
# Maximum number of players that this server can support.
max_players = 2048
# The TOML file containing incoming packet definitions.
packet_handler_table = './data/packets.toml'
[crypto]
# Length of hash output
hash_length = 32
# How many passes to do over the memory
hash_complexity = 15
# How much memory to use, in MiB
hash_memory = 8
# Salt to make hash output unique
hash_salt = 'rscgo./GOLANG!RULES/.1994'