Skip to content

Commit

Permalink
☀ projected k8s-manifests-github from 2cee2dc
Browse files Browse the repository at this point in the history
Source-holobranch: k8s-manifests-github
Source-commit: 2cee2dc
Source: 2cee2dc
  • Loading branch information
themightychris committed May 28, 2024
2 parents bf49c53 + 2cee2dc commit e77da72
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 e77da72

Please sign in to comment.