|
# rqlite URL
|
|
DATABASE_URL=http://rqlite:4001
|
|
|
|
# nats message queue URL
|
|
NATS_URL=nats://nats:4222
|
|
|
|
# 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
|