aboutsummaryrefslogtreecommitdiff
path: root/config.yaml.example
blob: e53ecc5b31439a1d4931bd2eb784311ad84fc43e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
general:
  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