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

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Kozono <mkozono@gitlab.com>2021-09-01 20:14:03 +0300
committerMike Kozono <mkozono@gitlab.com>2021-09-01 20:23:08 +0300
commitc4600996407b42a342e88b095fffefaf91063fb7 (patch)
treee026138724ee0ce800938a92e3d06c1ca9d422ec /doc
parentbc3b1dfabbbab5effe3d233eae192e605fb391f3 (diff)
docs: Add required config key "gitlab-server"
Example error without this key: "gitlab-server must be defined if authentication is supported"
Diffstat (limited to 'doc')
-rw-r--r--doc/development.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development.md b/doc/development.md
index f7bee2e4..45b84767 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -137,6 +137,7 @@ This is an example of developing GitLab Pages inside the [GitLab Development Kit
pages-root=$GDK_ROOT/gitlab/shared/pages # absolute path inside $GDK_ROOT
pages-domain=pages.127.0.0.1.nip.io
internal-gitlab-server=http://127.0.0.1.nip.io:3000
+ gitlab-server=http://127.0.0.1.nip.io:3000
api-secret-key=$GDK_ROOT/gitlab-pages-secret # run make gitlab-pages-secret in your $GDK_ROOT
domain-config-source=gitlab # preferred way, requires api-secret-key and internal-gitlab-server
log-verbose=true