Skip to content

Commit aa646bb

Browse files
Merge pull request #72 from CodeForPhilly/releases/k8s-manifests
Deploy releases/k8s-manifests e77da72
2 parents 8d8a4a3 + e77da72 commit aa646bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

balancer/ConfigMap/backend-env.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
apiVersion: v1
22
data:
33
DATABASE: postgres
4-
DEBUG: 'FALSE'
5-
DJANGO_ALLOWED_HOSTS: 'frontend localhost 127.0.0.1 [::1]'
4+
DEBUG: 'TRUE'
5+
DJANGO_ALLOWED_HOSTS: |
6+
localhost frontend 127.0.0.1 [::1] balancer.sandbox.k8s.phl.io
67
EMAIL_HOST: smtp.gmail.com
78
EMAIL_HOST_USER: [email protected]
89
EMAIL_PORT: '587'

0 commit comments

Comments
 (0)