You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
635 B

#=========================================================
# OpenShift template parameters for:
# Component: .
# Template File: templates/edivorce-django/edivorce-django-deploy.yaml
#=========================================================
NAME=edivorce-django
DATABASE_SERVICE_NAME=postgresql
DATABASE_ENGINE=postgresql
DATABASE_NAME=default
APP_CONFIG=gunicorn_config.py
# DJANGO_SECRET_KEY=[\w]{50}
IMAGE_NAMESPACE=jag-csb-edivorce-tools
TAG_NAME=dev
# PROXY_URL_PREFIX=/divorce
# PROXY_BASE_URL=https://dev.justice.gov.bc.ca
BASICAUTH_ENABLED=False
BASICAUTH_USERNAME=divorce
BASICAUTH_PASSWORD=[a-zA-Z0-9]{16}
MEMORY_LIMIT=512Mi