From 03680a992b627cda620ad3a3fd1ba9c725bfc371 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 28 Oct 2020 16:55:11 +0100 Subject: Switch Matrix+Plume to IPv6, Add Trusted Net to ip6tables --- app/config/configuration/plume/app.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/config/configuration') 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 -- cgit v1.2.3