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
diff options
context:
space:
mode:
Diffstat (limited to 'shared/pages/group.auth/private.project/config.json')
-rw-r--r--shared/pages/group.auth/private.project/config.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/shared/pages/group.auth/private.project/config.json b/shared/pages/group.auth/private.project/config.json
new file mode 100644
index 00000000..e7d754a0
--- /dev/null
+++ b/shared/pages/group.auth/private.project/config.json
@@ -0,0 +1,10 @@
+{ "domains": [
+ {
+ "domain": "private.domain.com",
+ "id": 1000,
+ "access_control": true
+ }
+ ],
+ "id": 1000,
+ "access_control": true
+}