Skip to content
Snippets Groups Projects
Commit 459989ca authored by Robert Chatley's avatar Robert Chatley
Browse files

configure my app name

parent 8929a4b5
Branches master
No related tags found
No related merge requests found
Pipeline #209132 passed
import os
# This should match exactly the name of the app you specified
APP_NAME = "MY_APP_NAME_HERE"
APP_NAME = "examplepaasapp"
ENV = os.environ.get('ENV', 'prod').lower()
URL_PREFIX = f"/{APP_NAME}" if ENV == 'prod' else ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment