Skip to content

Commit

Permalink
fix: 🚧 done review
Browse files Browse the repository at this point in the history
  • Loading branch information
jqshuv committed Jul 6, 2022
1 parent aa14252 commit b7dc2b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .env.docker

This file was deleted.

4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ DISCORD_CLIENT_ID=""
DISCORD_GUILD_ID=""

# Database
# Comment this if youre using docker-compose
MONGO_URL="mongodb+srv://username:password@host/database?retryWrites=true&w=majority"
# Uncomment this if youre using docker-compose
# MONGO_USER=YOUR_DOCKER_COMPOSE_MONGO_USER
# MONGO_PASS=YOUR_DOCKER_COMPOSE_MONGO_PASSWORD

# Encryption
ENCRYPTION_ALGORITHM="aes-256-ctr"
Expand Down

0 comments on commit b7dc2b6

Please sign in to comment.