Skip to content

Commit

Permalink
chore - env template
Browse files Browse the repository at this point in the history
  • Loading branch information
jaga-live committed Dec 11, 2023
1 parent 8f5eb1c commit fd3f8db
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .ent.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# App Config
NODE_ENV=dev
PORT=3001

# Discord Application Config
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
DISCORD_CALLBACK_URL=

# Discord Bot config
KITTY_CHAN_TOKEN=

#Redis
REDIS_HOST=localhost
REDIS_DB=1
REDIS_PORT=6379
REDIS_PASS=meow

#Elastic Search
ES_HOST=http://localhost:9200

#MongoDB
MONGO_URI=

# JWT
JWT_SECRET=meow

0 comments on commit fd3f8db

Please sign in to comment.