From 9f95baaf83dd8192d568cfb619583f18c6cd7ed5 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Wed, 26 Oct 2022 17:17:17 +0100 Subject: [PATCH] Updated example .env --- .env.local-example => .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .env.local-example => .env.example (94%) diff --git a/.env.local-example b/.env.example similarity index 94% rename from .env.local-example rename to .env.example index e1e1c8a..86a4fda 100644 --- a/.env.local-example +++ b/.env.example @@ -8,5 +8,5 @@ REACT_APP_SITE_URL=https://bs-overlay.fascinated.cc REDIS_PORT=6379 REDIS_HOST=127.0.0.1 -REDIS_PASSWORD=yes +REDIS_PASSWORD=set me REDIS_DATABASE=0 \ No newline at end of file