diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-12-25 11:48:52 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-12-25 11:48:52 +0100 |
commit | 4f23adfbb950f64ce6b94bc746b5cad5613c028e (patch) | |
tree | 6d5f9a65e0bf77b3401dc62e21666bc142e79c7a /app/config/configuration | |
parent | 1624b348dfcfc0447980064eccc863448d17082d (diff) | |
download | infrastructure-4f23adfbb950f64ce6b94bc746b5cad5613c028e.tar.gz infrastructure-4f23adfbb950f64ce6b94bc746b5cad5613c028e.zip |
Migrated plume
Diffstat (limited to 'app/config/configuration')
-rw-r--r-- | app/config/configuration/plume/app.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/configuration/plume/app.env b/app/config/configuration/plume/app.env index 4a6adb4..1c234e7 100644 --- a/app/config/configuration/plume/app.env +++ b/app/config/configuration/plume/app.env @@ -17,7 +17,7 @@ MIGRATION_DIRECTORY=migrations/postgres USE_HTTPS=0 ROCKET_ADDRESS=:: -ROCKET_PORT=7878 +ROCKET_PORT={{ env "NOMAD_PORT_web_port" }} MEDIA_UPLOAD_DIRECTORY=/app/static/media SEARCH_INDEX=/app/search_index |