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.

18 lines
504 B

---
apiVersion: v1
kind: ConfigMap
metadata:
namespace: dev-environment
name: trialytix-config-backend-testing
labels:
app: trialytix
data:
DJANGO_DB_ENGINE: django.db.backends.postgresql_psycopg2
DJANGO_DB_NAME: trialytix-testing
DJANGO_DB_USER: trialytix-testing
DJANGO_DB_PASSWORD: trialytix-testing
DJANGO_DB_HOST: postgres-lb
ALLOWED_HOSTS: '["*"]'
FRONTEND_URL: 'http://trialytix-testing.k3s.semapp.lan'
REACT_APP_PROD_API_URL: 'http://trialytix-testing.k3s.semapp.lan'