From 1e3dba1592d89f2cbb3ed13b003c4f27cd518cdf Mon Sep 17 00:00:00 2001 From: nichlaes Date: Mon, 2 Sep 2024 14:23:49 +0200 Subject: [PATCH] Revert "adds windows path restraint" This reverts commit 11b82d8ac7948e45da668f6f941b46029bce5fdd. --- servers/lib/DEVELOPER.md | 4 +--- servers/lib/README.md | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/servers/lib/DEVELOPER.md b/servers/lib/DEVELOPER.md index f77c9b431..274bd2528 100644 --- a/servers/lib/DEVELOPER.md +++ b/servers/lib/DEVELOPER.md @@ -26,9 +26,7 @@ yarn clean # Deletes "build", "coverage", "dist" and other temp files ``` **NOTE:** The integration, end-to-end and http tests require a valid -`.env` file. Here is a sample file. Please note, if running on Windows -the LOCAL_PATH has to be relative in order for it to work. This is due to how -CloudCMD works. +`.env` file. Here is a sample file. ```ini PORT='4001' diff --git a/servers/lib/README.md b/servers/lib/README.md index 3c0622218..9117a0676 100644 --- a/servers/lib/README.md +++ b/servers/lib/README.md @@ -87,8 +87,7 @@ GRAPHQL_PLAYGROUND='false' or 'true' The `LOCAL_PATH` variable is the absolute filepath to the location of the local directory which will be served to users -by the Library microservice. Please note, that if run on Windows -the path needs to be relative, due to how CloudCMD works as of now. +by the Library microservice. Replace the default values the appropriate values for your setup. Please save this config in a file.