Skip to content

Commit 6666fab

Browse files
committed
more docs
1 parent 58c5283 commit 6666fab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config_example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ db:
55
password: "your_secure_password"
66
database: "your_database_name"
77
port: 5432
8-
table_suffix: "your_table_suffix"
8+
table_suffix: "your_table_suffix" # e.g. "dev", "prod", etc., to differentiate environments within the same database
99
bot:
1010
token: "123456789:ABCDEF1234567890abcdef1234567890"
11-
admin_ids: [123456789, 987654321]
11+
admin_ids: [123456789, 987654321] # List of admin user IDs, can use admin-only /stats command

0 commit comments

Comments
 (0)