From b234aef905e89edc7a0a7ce4b014ade56c038148 Mon Sep 17 00:00:00 2001 From: DC7IA <26351852+DC7IA@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:40:03 +0200 Subject: [PATCH] rename .env to .env.example closes #368 --- .env => .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .env => .env.example (73%) diff --git a/.env b/.env.example similarity index 73% rename from .env rename to .env.example index 7bc3e94..484895f 100644 --- a/.env +++ b/.env.example @@ -2,4 +2,4 @@ # If you set this setting, the user will not be able to select # the server and have to use synapse-admin with this server. -#REACT_APP_SERVER=https://yourmatrixserver.example.com \ No newline at end of file +#REACT_APP_SERVER=https://yourmatrixserver.example.com