We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf49c53 + 2cee2dc commit e77da72Copy full SHA for e77da72
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