Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Orbit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Orbit
Commits
e567405c
Commit
e567405c
authored
4 years ago
by
Jean-Baptiste Pasquier
Browse files
Options
Downloads
Patches
Plain Diff
cicd: fix settings.yml for docker
parent
02d75c97
No related branches found
No related tags found
1 merge request
!268
Release/config refactoring
Pipeline
#10223
passed
4 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
internal/docker/settings.yml
+7
-4
7 additions, 4 deletions
internal/docker/settings.yml
with
7 additions
and
4 deletions
internal/docker/settings.yml
+
7
−
4
View file @
e567405c
...
...
@@ -45,12 +45,15 @@ server:
STATIC_ROOT
:
static
MEDIA_ROOT
:
media
USE_I18N
:
true
BASE_URL
:
http://localhost:8000/
SITE_URL
:
http://localhost:8000/
JABBER_DEFAULT_HOST
:
http://localhost:8000/
INSTANCE_DEFAULT_CLIENT
:
http://localhost:8000/
BASE_URL
:
http://localhost:8000
SITE_URL
:
http://localhost:8000
PROSODY_HTTP_URL
:
http://localhost:1111
JABBER_DEFAULT_HOST
:
no.jabber
INSTANCE_DEFAULT_CLIENT
:
http://localhost:3000
REGISTRATION_OPEN
:
true
EMAIL_ON_ACCOUNT_CREATION
:
false
DEFAULT_REQUEST_TIMEOUT
:
120
DEFAULT_BACKOFF_FACTOR
:
2
MAX_ACTIVITY_RESCHEDULES
:
4
OIDC_ACCESS_CONTROL_ALLOW_HEADERS
:
'
Content-Type,
if-match,
sentry-trace'
DEFAULT_SUPERUSER_PERMS
:
[]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment