-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml.example
More file actions
71 lines (58 loc) · 1.64 KB
/
Copy pathconfig.toml.example
File metadata and controls
71 lines (58 loc) · 1.64 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# This is an example configuration. Please see README.MD
[authentikApi]
apiRoot = "https://auth.paradisestation.org/api/"
apiKey = "key goes here"
[authentikDatabase]
host = "172.16.0.200"
username = "myuser"
password = "mypassword"
database = "authentik"
[automationDatabase]
host = "172.16.0.200"
username = "myuser"
password = "mypassword"
database = "aa07_automation"
[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"
reviewTeamSlug = "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
[invisionConfig]
apiBaseUrl = "https://www.paradisestation.org/forum/api"
apiKey = "key goes here"
[ip2asn]
host = "http://127.0.0.1:53661/v1/as/ip/" # Fill out URL - IP will be appended at the end
[patreon]
campaignId = 123
creatorToken = "token goes here"
[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"
instanceId = 8 # instance ID to restart every day