Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2019-05-20 20:08:03 +0300
committerRobert Speicher <rspeicher@gmail.com>2019-05-20 20:08:03 +0300
commit0905e21c9d955c910530975c18cb62e318417e58 (patch)
tree987c71d163691e1db36607c08bfa88ccb3f7be0c /lib/support/init.d/gitlab.default.example
parentd748f2a6d1719d3be0920652afa9a92c86bbbcdb (diff)
parent8e236916f30e1cc94e77d13baba25c3affff4bbf (diff)
Merge branch '11-11-stable-prepare-rc4' into '11-11-stable'60879-test-11-11-stable-prepare-rc4
Prepare 11.11.0-rc4 release See merge request gitlab-org/gitlab-ce!28479
Diffstat (limited to 'lib/support/init.d/gitlab.default.example')
-rw-r--r--lib/support/init.d/gitlab.default.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/support/init.d/gitlab.default.example b/lib/support/init.d/gitlab.default.example
index 295c79fccfc..ab41dba3017 100644
--- a/lib/support/init.d/gitlab.default.example
+++ b/lib/support/init.d/gitlab.default.example
@@ -5,6 +5,9 @@
# Normal values are "production", "test" and "development".
RAILS_ENV="production"
+# Uncomment the line below to enable Puma web server instead of Unicorn.
+# EXPERIMENTAL_PUMA=1
+
# app_user defines the user that GitLab is run as.
# The default is "git".
app_user="git"