We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8d8a4a3 + e77da72 commit aa646bbCopy full SHA for aa646bb
balancer/ConfigMap/backend-env.yaml
@@ -1,8 +1,9 @@
1
apiVersion: v1
2
data:
3
DATABASE: postgres
4
- DEBUG: 'FALSE'
5
- DJANGO_ALLOWED_HOSTS: 'frontend localhost 127.0.0.1 [::1]'
+ DEBUG: 'TRUE'
+ DJANGO_ALLOWED_HOSTS: |
6
+ localhost frontend 127.0.0.1 [::1] balancer.sandbox.k8s.phl.io
7
EMAIL_HOST: smtp.gmail.com
8
EMAIL_HOST_USER: [email protected]
9
EMAIL_PORT: '587'
0 commit comments