disarchive/config.yaml.example

21 lines
394 B
Plaintext

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