Переглянути джерело

RHL-005-fix(env): clarify root auth requirements in Docker environment configuration

Code_Uwe 1 день тому
батько
коміт
8b3112ddf4
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      .env.docker.example

+ 1 - 1
.env.docker.example

@@ -5,7 +5,7 @@
 
 # MongoDB connection string inside the docker-compose network.
 # "db" should match the MongoDB service name in docker-compose.yml.
-# If root auth is enabled (MONGO_INITDB_ROOT_USERNAME/PASSWORD), include credentials.
+# If root auth is enabled, include credentials.
 MONGODB_URI=mongodb://root:replace-me@db:27017/rhl-lieferscheine?authSource=admin
 
 # Secret used to sign session JWT cookies.