-
Notifications
You must be signed in to change notification settings - Fork 8
/
config.yml.example
97 lines (90 loc) · 1.81 KB
/
config.yml.example
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
bot:
prefix: "?"
token: ""
autoload_cogs:
- cogs.config
- cogs.admin
- cogs.players
- cogs.server
- cogs.silly
- cogs.users
- cogs.wiki
users_api:
auth: ""
url: ""
roles:
- role_id: 4
name: "Head Admins / Devs"
auths:
- R_ADMIN
- R_MOD
- R_DEV
- R_CCIAA
- R_WIKI
- role_id: 18
name: "Primary Administrators"
auths:
- R_ADMIN
- R_MOD
- R_DEV
- R_CCIAA
- R_WIKI
- role_id: 8
name: "Secondary Administrators"
auths:
- R_ADMIN
- R_MOD
- R_DEV
- R_CCIAA
- R_WIKI
- role_id: 6
name: "Moderators"
auths:
- R_MOD
- role_id: 9
name: "Developers"
auths:
- R_DEV
- role_id: 13
name: "CCIA"
auths:
- R_CCIAA
- role_id: 16
name: "CCIA Leader"
auths:
- R_CCIAA
- role_id: 15
name: "Wiki Maintainers"
auths:
- R_WIKI
forum:
auth: ""
path: ""
public_event_calendar: 1
private_event_calendar: 2
server:
host: ""
port: 6666
auth: ""
scheduler:
interval: 60
github:
api_token: null
wiki_org: null
wiki_repo: null
wiki_label: null
# These are used by the Drone CI module as well.
game_org: null
game_repo: null
droneci:
token: ""
url: ""
sql:
# The SQLAlchemy URL string for connecting to the bot's database.
url: ""
# The Game SQL server's connection string. May be left empty.
game_url: ""
# Timeout for the SQL servers: the connection is refreshed after this time.
# Put to -1 to disable.
# Default is 4 hours, as the default MySQL/MariaDB server timeout is 8 hours.
connection_timeout: 14400