From c20e7151b0ad0fe1bc0eb323eedc4e72a1dd6fe5 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Tue, 1 Aug 2023 14:31:58 +0100 Subject: [PATCH] cleanup --- .env.sample | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.env.sample b/.env.sample index af7832a..d1df3fb 100644 --- a/.env.sample +++ b/.env.sample @@ -6,9 +6,9 @@ FLAVOUR=classic # Different flavours/forks or architectures may require different builds of bonfire: # for ARM (manual build): APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR}-aarch64 -for x86 (currently out of date): +for x86 (built by CI): APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR}-amd64 -# multi-arch image built by CI (currently not working): +# multi-arch image (built by CI, but currently not working): #APP_DOCKER_IMAGE=bonfirenetworks/bonfire:latest-${FLAVOUR} # different flavours or architectures may require different postgres builds: @@ -28,9 +28,6 @@ MAIL_BACKEND=mailgun # require an email address to be invited before being able to sign up? (true or false) INVITE_ONLY=true -# a name and tagline for your instance -INSTANCE_DESCRIPTION="An instance of Bonfire, a federated app ecosystem for open and cooperative networks" - # uncomment in order to NOT automatically change the database schema when you upgrade the app # DISABLE_DB_AUTOMIGRATION=true