-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdaemon.cfg
More file actions
36 lines (27 loc) · 794 Bytes
/
daemon.cfg
File metadata and controls
36 lines (27 loc) · 794 Bytes
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
; Dedicated server ID
ds_id=0
listen_ip=0.0.0.0
; listen_port=31717
daemon_login=sEcreT-L0gin
daemon_password=seCrEt-PaSSW0rD
password_authentication=false
api_host=localhost
api_key=IWDGQhu9dCPQC7CVyQYuxk40ddTUC8F1pGkGWOc3XJnK7G94d5QYDWlMrJjIcJFd
ca_certificate_file=/etc/gameap-daemon/certs/client.crt
certificate_chain_file=/etc/gameap-daemon/certs/server.crt
private_key_file=/etc/gameap-daemon/certs/server.key
; private_key_password=abracadabra
dh_file=/etc/gameap-daemon/certs/dh2048.pem
; Interfase list
; Space is delimiter
; Example:
; if_list=lo eth0 eth1
; Default Value: eth0 eth1
if_list=eth0 eth1
; Drives list
; No Spaces in path. Space is delimiter
; Example:
; drives_list=/ /home/servers
drives_list=/ /home/servers
stats_update_period=60
stats_db_update_period=300