diff options
author | Santo Cariotti <santo@dcariotti.me> | 2024-12-11 20:14:34 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2024-12-11 20:14:34 +0100 |
commit | 137c520f02c15bae932e06611268e6f5135ed42c (patch) | |
tree | 88475fda13a15bfc8c21618335271b55bff29103 /yaml/configs | |
parent | 12919b86d99d577d8ecd768d932c606967e54eb8 (diff) |
Add audio env var
Diffstat (limited to 'yaml/configs')
-rw-r--r-- | yaml/configs/cas.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yaml/configs/cas.yaml b/yaml/configs/cas.yaml index a7aa9d8..34d5d58 100644 --- a/yaml/configs/cas.yaml +++ b/yaml/configs/cas.yaml @@ -6,3 +6,4 @@ data: RUST_LOG: ${RUST_LOG} DATABASE_URL: "postgres://postgres:password@postgres-service:5432/gis" ALLOWED_HOST: "0.0.0.0:8000" + AUDIO_PATH: "./assets" |