-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
51 lines (39 loc) · 850 Bytes
/
.env
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
########
# Factorio server network configuration
########
FACTORIO_PORT=34197
FACTORIO_RCON_PORT=27015
########
# mgmt-server hosting configuration
########
MGMT_SERVER_BIND=0.0.0.0
MGMT_SERVER_PORT=6468
MGMT_SERVER_WS_PORT=6469
########
# mgmt-server auth
########
# Set to either 'none' or 'discord'
AUTH_PROVIDER=none
# AUTH_DISCORD_ADMIN_USER_ID=
########
# Discord integration
########
DISCORD_INTEGRATION=false
# DISCORD_BOT_TOKEN=
# DISCORD_OAUTH2_CLIENT_ID=
# DISCORD_OAUTH2_CLIENT_SECRET=
# DISCORD_GUILD_ID=
# DISCORD_ALERT_CHANNEL_ID=
# DISCORD_CHAT_LINK_CHANNEL_ID=
# DISCORD_CHAT_LINK_PRESERVE_ACHIEVEMENTS=true
########
# Internal configuration
########
AGENT_WS_PORT=5463
LOG_LEVEL=error,agent=info,mgmt_server=info
########
# Traefik reverse proxy
########
RPROXY_ENABLED=false
# RPROXY_HOST=
# RPROXY_LETS_ENCRYPT_EMAIL=