summaryrefslogtreecommitdiff
path: root/yaml/configs/cas.yaml
blob: a7aa9d862fcae00092104abd9aca07fdd72e7034 (plain)
1
2
3
4
5
6
7
8
apiVersion: v1
kind: ConfigMap
metadata:
  name: cas-config
data:
  RUST_LOG: ${RUST_LOG}
  DATABASE_URL: "postgres://postgres:password@postgres-service:5432/gis"
  ALLOWED_HOST: "0.0.0.0:8000"