diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-18 11:20:04 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-18 11:20:04 +0200 |
commit | 9e3aff2e2a88f7b95b4c785a1af6084c09621d53 (patch) | |
tree | 56330c2110a23c7b01233025b58c668f9e243bf1 /yaml/cas-config.yaml | |
parent | 64a6d5dd87f892536d9b52350fd30e66c722ed8a (diff) |
Reorganize files in folders
Diffstat (limited to 'yaml/cas-config.yaml')
-rw-r--r-- | yaml/cas-config.yaml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/yaml/cas-config.yaml b/yaml/cas-config.yaml deleted file mode 100644 index a7aa9d8..0000000 --- a/yaml/cas-config.yaml +++ /dev/null @@ -1,8 +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" |