aboutsummaryrefslogtreecommitdiff
path: root/app/config/configuration
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-10-28 16:55:11 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-10-28 16:55:11 +0100
commit03680a992b627cda620ad3a3fd1ba9c725bfc371 (patch)
treef677bd98d510faf0345133f369fc02676ffee586 /app/config/configuration
parentaba3ba723ca23d2da2e6fb59700c033f2d6775c0 (diff)
downloadinfrastructure-03680a992b627cda620ad3a3fd1ba9c725bfc371.tar.gz
infrastructure-03680a992b627cda620ad3a3fd1ba9c725bfc371.zip
Switch Matrix+Plume to IPv6, Add Trusted Net to ip6tables
Diffstat (limited to 'app/config/configuration')
-rw-r--r--app/config/configuration/plume/app.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/config/configuration/plume/app.env b/app/config/configuration/plume/app.env
index 78eccfe..4a6adb4 100644
--- a/app/config/configuration/plume/app.env
+++ b/app/config/configuration/plume/app.env
@@ -16,7 +16,7 @@ DATABASE_URL=postgres://plume:{{ key "secrets/plume/pgsql_pw" | trimSpace }}@psq
MIGRATION_DIRECTORY=migrations/postgres
USE_HTTPS=0
-ROCKET_ADDRESS=0.0.0.0
+ROCKET_ADDRESS=::
ROCKET_PORT=7878
MEDIA_UPLOAD_DIRECTORY=/app/static/media