forked from Discord-TTS/Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-docker.toml
More file actions
25 lines (22 loc) · 819 Bytes
/
Copy pathconfig-docker.toml
File metadata and controls
25 lines (22 loc) · 819 Bytes
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
[Main]
#token = # REQUIRED (Should be surrounded by "")
#main_server = id here # REQUIRED
#main_server_invite = 'https://discord.gg/example' # REQUIRED
#announcements_channel = id here # REQUIRED
#ofs_role = id here # REQUIRED
[[TTS-Services]]
# One [[TTS-Services]] block per running instance of https://github.com/GnomedDev/tts-service
#url = 'http://tts-service:20310'
#weight = 1
[PostgreSQL-Info]
database = 'tts'
password = 'tts_password'
host = 'localhost'
user = 'tts'
[Webhook-Info]
# Each URL will look like 'https://discord.com/api/webhooks/830137192985788457/nCrFLCz-2tJRFUoBrFx1nN9cvUZdhdW0860ek0zNosf0DfCaMTbyM_oFdf9RidC_mcPp'
#logs = # REQUIRED
#errors = # REQUIRED
#servers =
#analytics =
#suggestions =