15 lines
250 B
Plaintext
15 lines
250 B
Plaintext
|
# rqlite URL
|
||
|
DATABASE_URL=http://rqlite:4001
|
||
|
|
||
|
# message queue URL
|
||
|
MQ_URL=tcp://mq:9000
|
||
|
|
||
|
# discord bot token
|
||
|
TOKEN=
|
||
|
|
||
|
# discord channel to post new XKCD comics to
|
||
|
UPLOAD_CHANNEL=
|
||
|
|
||
|
# zipkin url to report spans
|
||
|
ZIPKIN_URL=http://zipkin:9411/api/v1/spans
|