diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-09-15 16:11:14 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-09-15 16:11:14 +0200 |
commit | 6921533ab3cb09b629b77ef5a531d59cbba5c4d9 (patch) | |
tree | 5bc74dfaa913c8db9d909af336e139f1630d4ce3 /yaml/cas-config.yaml |
init repo
Diffstat (limited to 'yaml/cas-config.yaml')
-rw-r--r-- | yaml/cas-config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/yaml/cas-config.yaml b/yaml/cas-config.yaml new file mode 100644 index 0000000..a7aa9d8 --- /dev/null +++ b/yaml/cas-config.yaml @@ -0,0 +1,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" |