Skip to content
Snippets Groups Projects
Commit 5bb21f79 authored by Alex's avatar Alex
Browse files

Updated APP_NAME variable

parent a4a01261
No related branches found
No related tags found
No related merge requests found
import os
# This should match exactly the name of the app you specified
APP_NAME = "dbtestapp2"
APP_NAME = "MY_APP_NAME_HERE"
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