Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
chore: fix env example
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 authored Feb 24, 2024
1 parent ccbe388 commit 4fc424b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
21 changes: 21 additions & 0 deletions services/kanao-cache/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
DISCORD_TOKEN=

DATABASE_URL=

AMQP_HOST="amqp://guest:guest@localhost"

STATE_MESSAGE=
STATE_MEMBER=
STATE_VOICE=
STATE_CHANNEL=
STATE_PRESENCE=
STATE_STICKER=
STATE_REACTION=
STATE_EMOJI=
STATE_THREAD=
STATE_USER=
STATE_THREAD_MEMBER=
STATE_ROLE=

STORE_LOGS=true
LOKI_HOST=http://localhost:3100 # (optional)
6 changes: 0 additions & 6 deletions services/kanao-gateway/.example.env
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ GATEWAY_RESUME=true
DISCORD_TOKEN=
HTTP_PROXY=

DATABASE_URL=

AMQP_HOST="amqp://guest:guest@localhost"

STATE_MESSAGE=
Expand All @@ -41,7 +39,3 @@ LOKI_HOST=http://localhost:3100 # (optional)

REPLICA_ID=0
REPLICA_COUNT=1

# Do a garbage collection on guildCreate after x times
# Useful on startups
GUILD_CREATE_GC_EVERY=

0 comments on commit 4fc424b

Please sign in to comment.