forked from pzduniak/aiw3-np-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
27 lines (23 loc) · 1.24 KB
/
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
[database]
driver="mysql" # Connection driver
connection_string="username:password@tcp(ip:port)/dbname?parseTime=true" # Connection data
[redis]
address="redis ip" # Address of the redis server
password="redis password" # Password to the Redis server
database=1 # ID of the database used for cache
[np]
enabled=true # Enable the NP server?
binding_address=":3036" # Address that the NP server binds to
user_files_path="./data/user" # Path to the userfiles
pub_files_path="./data/pub" # Path to where the publisher files are
avatars_path="path to avatars directory" # Misago's /media/avatars
anticheat_key_path="path to aci3 key" # Path to the aCI3 key
anticheat_instant=true # Only true works. Was a planned feature.
[new_relic]
enabled=false # Enable feeding data to NewRelic
verbose=false # Spam some stuff
license="newrelic license" # NewRelic license key
name="name that will show up in the panel" # NewRelic name
[http]
enabled=true # Enable the http server?
binding_address=":12003" # Bind to :12003