Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Robert Chatley
rbctestapp
Commits
c238dc6e
Commit
c238dc6e
authored
Nov 18, 2021
by
Robert Chatley
Browse files
Configure app name.
parent
222161dc
Pipeline
#211234
passed with stages
in 3 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
config/config.py
View file @
c238dc6e
import
os
# This should match exactly the name of the app you specified
APP_NAME
=
"
MY_APP_NAME_HERE
"
APP_NAME
=
"
rbctestapp
"
ENV
=
os
.
environ
.
get
(
'ENV'
,
'prod'
).
lower
()
URL_PREFIX
=
f
"/
{
APP_NAME
}
"
if
ENV
==
'prod'
else
""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment