blob: 911e52fbe09284e43c0d947f07c0a5bb2372de04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
bot_info:
token: "BOT TOKEN"
bot_color: 26dfc9 #optional - default is 26dfc9
# Comment out if not using SQLite, and uncomment preferred database
sqlite:
name: disarchive
# mysql:
# name: disarchive
# host: 127.0.0.1
# port: 3306
# user: username
# password: pass123
# postgresql:
# name: disarchive
# host: 127.0.0.1
# port: 5432
# user: username
# password: pass123
|