Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
thomasDOTwtf
hub
Commits
56810224
Commit
56810224
authored
Dec 28, 2021
by
grollicus
Browse files
Options
Downloads
Patches
Plain Diff
changed PLAINUI_BASE_URL to a default that doesn't crash when missing
parent
317bcbcc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/rc3platform/settings/base.py
+1
-1
1 addition, 1 deletion
src/rc3platform/settings/base.py
with
1 addition
and
1 deletion
src/rc3platform/settings/base.py
+
1
−
1
View file @
56810224
...
@@ -320,7 +320,7 @@ WORKADVENTURE_BACKEND_PUSH_ON_MAPSERVICE_DATA = True
...
@@ -320,7 +320,7 @@ WORKADVENTURE_BACKEND_PUSH_ON_MAPSERVICE_DATA = True
# ----------------------------------
# ----------------------------------
# base domain of the frontend (used to generate links in API and BackOffice, not in the plain UI itself)
# base domain of the frontend (used to generate links in API and BackOffice, not in the plain UI itself)
PLAINUI_BASE_URL
=
os
.
getenv
(
'
PLAINUI_BASE_URL
'
,
default
=
None
)
PLAINUI_BASE_URL
=
os
.
getenv
(
'
PLAINUI_BASE_URL
'
,
default
=
''
)
# Database ID of the active conference for the PlainUI.
# Database ID of the active conference for the PlainUI.
# To initialize create a conference in the backend, then configure the conference, then restart the UI workers
# To initialize create a conference in the backend, then configure the conference, then restart the UI workers
...
...
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