From 81c86d854ebc28f9d77d39fcc864d2231fca6c0d Mon Sep 17 00:00:00 2001 From: Oscar Eriksson Date: Sun, 23 Jun 2024 21:44:08 +0200 Subject: [PATCH] Add example --- backend/.env.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/.env.example b/backend/.env.example index 4da92c7..9a90760 100644 --- a/backend/.env.example +++ b/backend/.env.example @@ -13,6 +13,8 @@ CLIENT_SECRET=[client secret] API_KEY=[api-key id]:[api-key] # pre-shared token SECRET=some_random_long_string +FRONTEND_URL=http://localhost:3001 # URL to the frontend used for proxying + REDIS_HOST=localhost REDIS_PORT=6379 REDIS_PASS=""