Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
trkyshorty committed Dec 29, 2022
1 parent 8a41bd0 commit a72f188
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ PORT=4080
JWT_SECRET=jwtsecret

# Mongoose
MONGODB_URL=mongodb://mongo:27017/radioju
MONGODB_URL=mongodb://root:example@mongo:27017/radioju?authSource=admin
MONGODB_PORT=27017
MONGODB_USERNAME=root
MONGODB_PASSWORD=example

# Redis
REDIS_HOST=redis
Expand Down

0 comments on commit a72f188

Please sign in to comment.