You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|