diff --git a/.env.example b/.env.example index 92129d922..7d15205a7 100644 --- a/.env.example +++ b/.env.example @@ -1,4 +1,5 @@ AEM_GRAPHQL_ENDPOINT = "test.com" +# Code suggests this is optional but it is actually not because of changes in the structure of the response AEM_GRAPHQL_FOLDER = "test_folder/path" LOGGING_LEVEL = " info or debug" MSCA_BASE_URL = "MSCA base url"