From 4869e760a8810c7c912b83bdbb9855744caf529d Mon Sep 17 00:00:00 2001 From: Sara Date: Fri, 1 Dec 2023 17:06:59 +0100 Subject: [PATCH] fix readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fc8c81b..48ce63a9 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,11 @@ FIEF_URL=https://auth.reflector-ui.dev/reflector-local FIEF_CLIENT_ID=s03 FIEF_CLIENT_SECRET= -EDGE_CONFIG= +EDGE_CONFIG= (optional) ``` +Then copy config-template.ts to a new file called config.ts, this is where you will configure the features or your local project. + ### Run the Application To run the application in development mode, run: