disarchive/config.yaml.example
2025-04-03 17:28:53 -05:00

21 lines
395 B
Plaintext

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