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:
Diffstat (limited to 'db/fixtures/development/28_integrations.rb')
-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]