We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c5283 commit 6666fabCopy full SHA for 6666fab
1 file changed
config_example.yml
@@ -5,7 +5,7 @@ db:
5
password: "your_secure_password"
6
database: "your_database_name"
7
port: 5432
8
- table_suffix: "your_table_suffix"
+ table_suffix: "your_table_suffix" # e.g. "dev", "prod", etc., to differentiate environments within the same database
9
bot:
10
token: "123456789:ABCDEF1234567890abcdef1234567890"
11
- admin_ids: [123456789, 987654321]
+ admin_ids: [123456789, 987654321] # List of admin user IDs, can use admin-only /stats command
0 commit comments