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:
authorMichael Kozono <mkozono@gitlab.com>2021-09-02 00:17:22 +0300
committerMichael Kozono <mkozono@gitlab.com>2021-09-02 00:17:22 +0300
commit0f59e838f1408568238f8e6557f93d8a8592225d (patch)
tree3fde0ddd08a3f2b2616f973785126c82a36f7927 /doc
parent1e9157a3c34f41a6a4ef34b1635855005313a74c (diff)
docs: Remove unnecessary "domain-config-source" attr
Diffstat (limited to 'doc')
-rw-r--r--doc/development.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/development.md b/doc/development.md
index 3a540b97..db646ff4 100644
--- a/doc/development.md
+++ b/doc/development.md
@@ -141,7 +141,6 @@ This is an example of developing GitLab Pages inside the [GitLab Development Kit
gitlab-server=http://127.0.0.1.nip.io:3000
# run make gitlab-pages-secret in your $GDK_ROOT
api-secret-key=$GDK_ROOT/gitlab-pages-secret
- domain-config-source=gitlab # preferred way, requires api-secret-key and internal-gitlab-server
log-verbose=true
## the following settings are only needed if you want to test auth for private projects
auth-client-id=$CLIENT_ID # generate a new OAuth application in http://127.0.0.1.nip.io:3000/admin/applications