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
path: root/db
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-04-12 09:14:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-04-12 09:14:41 +0300
commit913af9b06edd2eff6cba93b1daca6c061b93be91 (patch)
treefde2bd3b942f25391ca1cf0cffec9ee5e701427c /db
parent61d96ce4039288eeb236c09b7a629dd85db5d4c9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db')
-rw-r--r--db/fixtures/development/28_integrations.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/fixtures/development/28_integrations.rb b/db/fixtures/development/28_integrations.rb
index db54593ae27..76f3f646271 100644
--- a/db/fixtures/development/28_integrations.rb
+++ b/db/fixtures/development/28_integrations.rb
@@ -3,7 +3,7 @@
Gitlab::Seeder.quiet do
# This is only enabled if you're going to be using the customer portal in
# development.
- # CUSTOMER_PORTAL_URL=https://your.ngrok.io FILTER=integrations rake db:seed_fu
+ # CUSTOMER_PORTAL_URL=http://localhost:5000 FILTER=integrations rake db:seed_fu
flag = 'CUSTOMER_PORTAL_URL'
if ENV[flag]