summaryrefslogtreecommitdiff
path: root/config/gitlab.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example6
1 files changed, 4 insertions, 2 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 3d2acce9a69..bb69c215f8d 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -176,8 +176,10 @@ production: &base
## Application settings cache expiry in seconds (default: 60)
# application_settings_cache_seconds: 60
- ## Print initial root password to stdout during initialization (default: true)
- # display_initial_root_password: true
+ ## Print initial root password to stdout during initialization (default: false)
+ # WARNING: setting this to true means that the root password will be printed in
+ # plaintext. This can be a security risk.
+ # display_initial_root_password: false
## Reply by email
# Allow users to comment on issues and merge requests by replying to notification emails.