diff --git a/.env.example b/.env.example index b06b59d..3612b1c 100644 --- a/.env.example +++ b/.env.example @@ -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