diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 11:41:55 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 11:41:55 +0100 |
commit | 6cfd0194f65d7730fedcf4ac100f0c3aa28ad06d (patch) | |
tree | 51ef1435683788985a83f1bef00e35532735d045 /yaml/configs/cas.yaml | |
parent | a8a948998cd12c5bfbb24a1fcf123901c70cb1c0 (diff) |
Use only three files
Diffstat (limited to 'yaml/configs/cas.yaml')
-rw-r--r-- | yaml/configs/cas.yaml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/yaml/configs/cas.yaml b/yaml/configs/cas.yaml deleted file mode 100644 index 34d5d58..0000000 --- a/yaml/configs/cas.yaml +++ /dev/null @@ -1,9 +0,0 @@ -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" |