-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathdevel_config.toml
64 lines (50 loc) · 1.03 KB
/
devel_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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[log]
enabled = false
[net]
tickrate = 30
port = 1211
log_late_msg = false
[server]
id = "mining-devel"
[game]
hostname = "Mining Station 14 DEVEL"
lobbyenabled = true
role_timers = false
lobbyduration = 3
defaultpreset = "Mining"
min_players = 1
map_pool = "MiningMapPool"
[ic]
flavor_text = true
[console]
# If this is true, people connecting from this machine (loopback)
# will automatically be elevated to full admin privileges.
# This literally works by checking if address == 127.0.0.1 || address == ::1
loginlocal = true
[auth]
# Authentication (accounts):
# 0 = Optional, 1 = Required, 2 = Disabled
# Presumably do require authentication on any public server.
mode = 0
[atmos]
space_wind = true
space_wind_max_velocity = 25.0 # from default 30
superconduction = true
[vote]
enabled = true
map_enabled = false
preset_enabled = false
restart_enabled = true
timermap = 30
[ooc]
enable_during_round = true
[rules]
time = 0.0
[ghost]
role_time = 0.0
[adminlogs]
enabled = false
[events]
enabled = true
[rl]
endpoint = "http://localhost:7042"