-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml.example
More file actions
47 lines (38 loc) · 1.12 KB
/
config.toml.example
File metadata and controls
47 lines (38 loc) · 1.12 KB
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
# This is an example configuration. Please see README.MD
[forumsDatabase]
host = "172.16.0.200"
username = "myuser"
password = "mypassword"
database = "paradise_forums"
[gameDatabase]
host = "172.16.0.200"
username = "myuser"
password = "mypassword"
database = "paradise_profilerdaemon"
[github]
githubToken = "your token here"
repoId = 123456
orgName = "ParadiseSS13"
reviewTeamName = "review-team" # Team name but with the dashes like "review-team" not "Review Team"
reviewTeamToken = "your token here" # Review team gets a separate token because it needs org admin to get team members
[ip2asn]
host = "http://127.0.0.1:53661/v1/as/ip/" # Fill out URL - IP will be appended at the end
[pfsense]
host = "127.0.0.1"
port = 1234
[profilerDatabase]
host = "172.16.0.200"
username = "myuser"
password = "mypassword"
database = "paradise_profilerdaemon"
[pullRequestsDatabase]
host = "172.16.0.200"
username = "myuser"
password = "mypassword"
database = "aa07_pr_voting"
[redis]
host = "172.16.0.200"
[tgs]
tgsHost = "http://10.0.0.30:5000" # dont put a trailing slash on the end of this
username = "username_here"
password = "password_here"