From 44840c7d171fc0e6c95397a6b017be8f1a7876aa Mon Sep 17 00:00:00 2001 From: mikoto Date: Wed, 14 Feb 2024 21:28:29 +0000 Subject: [PATCH] ... --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index 54e81d5..2b3be0d 100644 --- a/.env.example +++ b/.env.example @@ -10,7 +10,7 @@ COMMUNE_REGISTRATION_SHARED_SECRET='m@;wYOUOh0f:CH5XA65sJB1^q01~DmIriOysRImot,OR # in the `access_tokens` table. # # Generate one using: `get_access_token` after running `just gen_synapse_admin_user` -COMMUNE_SYNAPSE_ADMIN_TOKEN='' +COMMUNE_SYNAPSE_ADMIN_TOKEN='null' COMMUNE_SYNAPSE_HOST='http://0.0.0.0:8008' # Found in the homeserver.yaml file COMMUNE_SYNAPSE_SERVER_NAME='matrix.localhost'