-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvzdv.empty.toml
91 lines (75 loc) · 1.16 KB
/
vzdv.empty.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
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
hosted_domain = ""
[database]
file = "./vzdv_data.sqlite"
resource_category_ordering = []
[staff]
email_domain = ""
[vatsim]
vatusa_api_key = ""
oauth_url_base = ""
oauth_client_id = ""
oauth_client_secret = ""
oauth_client_callback_url = ""
[training]
certifications = []
[airports]
all = []
[weather]
overview = []
all = []
[stats]
position_prefixes = []
position_suffixes = []
[discord]
join_link = ""
bot_token = ""
guild_id = 0
online_channel = 0
# online_message = 0
off_roster_channel = 0
owner_id = 0
solo_cert_expiration_channel = 0
[discord.auth]
client_id = ""
client_secret = ""
redirect_uri = ""
[discord.webhooks]
staffing_request = ""
new_feedback = ""
feedback = ""
new_visitor_app = ""
errors = ""
audit = ""
[discord.roles]
# role
guest = 0
controller_otm = 0
visiting_controller = 0
# staff
sr_staff = 0
jr_staff = 0
# staff teams
training_staff = 0
event_team = 0
fe_team = 0
web_team = 0
# ratings
administrator = 0
supervisor = 0
instructor_3 = 0
instructor_1 = 0
controller_3 = 0
controller_1 = 0
student_3 = 0
student_2 = 0
student_1 = 0
observer = 0
# misc
ignore = 0
[email]
host = ""
port = 0
user = ""
password = ""
from = ""
reply_to = ""