Skip to content

Commit

Permalink
Merge pull request #72 from CodeForPhilly/releases/k8s-manifests
Browse files Browse the repository at this point in the history
Deploy releases/k8s-manifests e77da72
  • Loading branch information
themightychris authored May 28, 2024
2 parents 8d8a4a3 + e77da72 commit aa646bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions balancer/ConfigMap/backend-env.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
apiVersion: v1
data:
DATABASE: postgres
DEBUG: 'FALSE'
DJANGO_ALLOWED_HOSTS: 'frontend localhost 127.0.0.1 [::1]'
DEBUG: 'TRUE'
DJANGO_ALLOWED_HOSTS: |
localhost frontend 127.0.0.1 [::1] balancer.sandbox.k8s.phl.io
EMAIL_HOST: smtp.gmail.com
EMAIL_HOST_USER: [email protected]
EMAIL_PORT: '587'
Expand Down

0 comments on commit aa646bb

Please sign in to comment.