From 4fc424ba48e20e862032e34e34203d075f73141f Mon Sep 17 00:00:00 2001 From: hzmi Date: Sat, 24 Feb 2024 13:11:23 +0000 Subject: [PATCH] chore: fix env example --- services/kanao-cache/.env.example | 21 +++++++++++++++++++++ services/kanao-gateway/.example.env | 6 ------ 2 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 services/kanao-cache/.env.example diff --git a/services/kanao-cache/.env.example b/services/kanao-cache/.env.example new file mode 100644 index 00000000..10fd1f35 --- /dev/null +++ b/services/kanao-cache/.env.example @@ -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) diff --git a/services/kanao-gateway/.example.env b/services/kanao-gateway/.example.env index 28e04978..e5bf9cf5 100644 --- a/services/kanao-gateway/.example.env +++ b/services/kanao-gateway/.example.env @@ -16,8 +16,6 @@ GATEWAY_RESUME=true DISCORD_TOKEN= HTTP_PROXY= -DATABASE_URL= - AMQP_HOST="amqp://guest:guest@localhost" STATE_MESSAGE= @@ -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= \ No newline at end of file