-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathconfig.ini-EXAMPLE
More file actions
25 lines (22 loc) · 984 Bytes
/
Copy pathconfig.ini-EXAMPLE
File metadata and controls
25 lines (22 loc) · 984 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
[DEFAULT]
guild_configuration_source = database
discord_key = YOUR_BOT_TOKEN
# Private token from the Discord developer portal.
expected_bot_id = REPLACE_WITH_YOUR_BOT_USER_ID
# Discord user ID of the bot authenticated by discord_key.
owner_id = REPLACE_WITH_YOUR_DISCORD_USER_ID
# Discord user ID of this installation's owner.
superuser_ids =
# Optional comma-separated Discord user IDs with cross-guild superuser access.
# The owner_id is always included automatically and need not be repeated.
# The recommended Compose deployment reads its database connection from .env.
# Legacy/native deployments may instead select config authority and provide
# the former psql_* keys here.
# Start conservatively. Enable these only after configuring their dependencies
# and understanding their write/network behavior.
background_tasks_enabled = false
api_enabled = false
bullet_enabled = false
# Blank paths select environment-safe defaults under data/ and logs/.
image_root =
log_root =