blob: 34d5d58cb65a887a2d9217a721736634494091dc (
plain)
1
2
3
4
5
6
7
8
9
|
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"
AUDIO_PATH: "./assets"
|