Skip to content

Commit ce204d3

Browse files
committed
add config example
1 parent 6fe3cae commit ce204d3

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

config_example.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# store this file as config.yml in the same directory as your bot script
2+
db:
3+
host: "your-database-host.com"
4+
user: "your_database_user"
5+
password: "your_secure_password"
6+
database: "your_database_name"
7+
port: 5432
8+
table_suffix: "your_table_suffix"
9+
bot:
10+
token: "123456789:ABCDEF1234567890abcdef1234567890"
11+
admin_ids: [123456789, 987654321]

0 commit comments

Comments
 (0)