You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
postgres://dcsserverbot:SECRET@localhost:5432/dcsserverbot?sslmode=prefer # The bot will auto-move the database password from here to a secret place and replace it with SECRET.
6
7
pool_min: 5# min size of the DB pool, default is 5
7
8
pool_max: 10# max size of the DB pool, default is 10
8
9
logging:
@@ -13,15 +14,15 @@ filter:
13
14
server_name: ^Special K - # Filter to shorten your server names on many bot displays. Default is none.
14
15
mission_name: ^Operation|_|\(.*\) # Filter to shorten your mission names on many bot displays. Default is none.
15
16
tag: "'^[JDS]'"# If your community uses specific tags, this helps with the bots automatch functionality.
16
-
opt_plugins: # Optional: list of optional plugins to be loaded and used by the bot
17
-
- serverstats # see above
18
-
- dbexporter
19
-
- motd
20
-
- greenieboard
21
-
- punishment
22
-
- slotblocking
23
-
- music
24
-
- funkman
25
-
- modmanager
26
-
- commands
27
-
- restapi
17
+
opt_plugins: # Optional: list of optional plugins to be loaded and used by the bot
listen_port: 10042# On which port should the bot listen? Default is 10042
3
3
listen_address: 127.0.0.1 # Optional: On which interface should the bot listen? Default is 127.0.0.1 (localhost only).
4
4
# public_ip: 88.77.66.55 # Optional: Your public IP. ONLY if you have a static IP! Put this in here to speed up the startup-process of the bot.
@@ -7,8 +7,9 @@ NODENAME: # this will usually be your hostname
7
7
nodestats: true # Enable/disable node statistics (database pool and event queue sizes), default: true
8
8
# restrict_commands: true # Disable commands that can affect the integrity of the server. Default: false (see MULTINODE.md)
9
9
# restrict_owner: false # If set to true, the owner of the bot can also not run restricted commands. Default: false (see MULTINODE.md)
10
-
database: # Optional: It might be that you need to use different IPs to connect to the same database server. This is the place you could do that.
11
-
url: postgres://USER:PASSWORD@DB-IP:DB-PORT/DB-NAME # The bot will auto-move the database password from here to a secret place and replace it with SECRET.
10
+
database: # Optional: It might be that you need to use different IPs to connect to the same database server. This is the place you could do that.
11
+
url:
12
+
postgres://dcsserverbot:SECRET@localhost:5432/dcsserverbot?sslmode=prefer # The bot will auto-move the database password from here to a secret place and replace it with SECRET.
12
13
pool_min: 5# min size of the DB pool, default is 5
13
14
pool_max: 10# max size of the DB pool, default is 10
14
15
max_reties: 10# maximum number of retries to initially connect to the database on startups
@@ -18,17 +19,17 @@ NODENAME: # this will usually be your hostname
18
19
# heartbeat: 30 # Cluster only: time for the heartbeat between the master and agent nodes to run (default: 30)
19
20
# cloud_drive: true # Cluster only: set this to false if you do not have the bot installed on a cloud drive (default and recommended: true)
20
21
DCS:
21
-
installation: '%ProgramFiles%\\Eagle Dynamics\\DCS World Server'# This is your DCS installation. Usually autodetected by the bot.
22
+
installation: '%ProgramFiles%\\Eagle Dynamics\\DCS World'# This is your DCS installation. Usually autodetected by the bot.
22
23
autoupdate: true # enable auto-update for your DCS servers. Default is false.
23
-
announce: # Optional: post a message to Discord after an update was conducted
24
+
announce: # Optional: post a message to Discord after an update was conducted
24
25
channel: 11223344556677
25
26
title: DCS has been updated to version {}!
26
27
description: 'The following servers have been updated:'
27
28
footer: Please make sure you update your DCS client to join!
28
-
mention: # Optional mentioning
29
+
mention: # Optional mentioning
29
30
- Admin
30
31
- DCS Admin
31
-
update_window: # Optional update window. No update will happen if N is set for the respective time and day.
32
+
update_window: # Optional update window. No update will happen if N is set for the respective time and day.
32
33
timezone: Europe/Berlin # Optional timezone, default is the local time of the server.
33
34
00-18: YYYYYYY
34
35
18-20: YYYYYYN # Do not update DCS on Sundays, 18:00-20:00 LT
@@ -39,18 +40,18 @@ NODENAME: # this will usually be your hostname
DCS.dcs_serverrelease: # The name of your instance. You can have multiple instances that have to have unique names.
54
+
DCS.dcs_serverrelease: # The name of your instance. You can have multiple instances that have to have unique names.
54
55
home: '%USERPROFILE%\\Saved Games\\DCS.dcs_serverrelease'# The path to your saved games directory.
55
56
missions_dir: '%USERPROFILE%\Documents\Missions'# You can overwrite the default missions dir like so. Default is the Missions dir below the instance home folder.
56
57
mission_rewrite: false # Disable rewrite of missions by MizEdit or RealWeather. The server will be stopped for any mission change then. (default: true)
@@ -60,14 +61,14 @@ NODENAME: # this will usually be your hostname
60
61
max_hung_minutes: 3# Let DCSServerBot kill your server if it is unresponsive for more than x minutes. Default is 3. Disable it with 0.
61
62
# affinity: 2,3 # Optional: set the CPU-affinity for the DCS_Server.exe.
62
63
priority: normal # Optional: set the process priority (low, normal, high, realtime) for the DCS_Server.exe
63
-
extensions: # See the extension documentation for more detailed information on what to set here.
64
+
extensions: # See the extension documentation for more detailed information on what to set here.
64
65
SRS:
65
66
config: '%USERPROFILE%\Saved Games\DCS.dcs_serverrelease\Config\SRS.cfg'# it is recommended to copy your SRS "server.cfg" below your instances home directory.
66
67
host: 127.0.0.1 # SRS servers local IP (default is 127.0.0.1)
67
68
port: 5002# SRS servers local port (default is 5002). The bot will change this in your SRS configuration if set here!
68
69
autostart: true # this will autostart your DCS server with the DCS server start (default: true)
69
-
autoupdate: true # This will auto-update your SRS servers. Default is false, you need to run the bot as Administrator to make it work!
70
70
Tacview:
71
71
show_passwords: false # If you don't want to show the Tacview passwords (default: true)
72
-
# instance2: # you can have an unlimited number of instance configurations, but each instance has to have a physical representation on your disk.
73
-
# ...
72
+
# instance2: # you can have an unlimited number of instance configurations, but each instance has to have a physical representation on your disk.
0 commit comments