From 1b1ca233014ec708e21829ef99dbc2ad09aad68b Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Fri, 24 Jul 2026 18:22:54 +0200 Subject: [PATCH] update server url --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 1461628..ae1d9c4 100644 --- a/.env +++ b/.env @@ -6,9 +6,9 @@ PORT=3010 # set the host for the server for outgoing links # AFFINE_SERVER_HTTPS=true -# AFFINE_SERVER_HOST=affine.yourdomain.com +# AFFINE_SERVER_HOST=affine.sda.zone # or -# AFFINE_SERVER_EXTERNAL_URL=https://affine.yourdomain.com +AFFINE_SERVER_EXTERNAL_URL=https://affine.sda.zone # position of the database data to persist DB_DATA_LOCATION=/var/lib/docker/volumes/affine/.affine/self-host/postgres/pgdata