diff --git a/servers/lib/test/README.md b/servers/lib/test/README.md index d8e8305f9..1d208caeb 100644 --- a/servers/lib/test/README.md +++ b/servers/lib/test/README.md @@ -31,3 +31,15 @@ gitlab repository: models/ tools/ ``` + +You also need a .env file in the lib folder: + +```bash +PORT='4001' +MODE='gitlab' +LOCAL_PATH ='/home//DTaaS/files' +GITLAB_GROUP ='dtaas' +GITLAB_URL='https://gitlab.com/api/graphql' +GITLAB_TOKEN='A VALID GITLAB TOKEN' +APOLLO_PATH='/lib' +```