chirpnest/chirpnest.sample.cfg

24 lines
459 B
INI
Raw Normal View History

2019-05-02 12:11:27 +02:00
[telegram]
url = https://api.telegram.org
token = null
[SQL]
driver = mysql # mysql
type = tcp # tcp, unix
address = 127.0.0.1:3306 # ip:port, path
username = chirpnest
password = chirpnest
database = chirpnest
[rabbit]
user = chirpnest
password = chirpnest
2019-05-03 05:00:09 +02:00
host = localhost:5672
2019-06-28 09:59:58 +02:00
path = chirpnest
2019-05-03 05:00:09 +02:00
[bot]
2019-08-27 17:10:57 +02:00
admin = 0
guildname = Guild
guild = GLD
mainchat = 0
depositchat = 0