Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverGeneser committed Dec 6, 2023
1 parent 889dbd9 commit 0fbe5ba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions servers/lib/test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<Name>/DTaaS/files'
GITLAB_GROUP ='dtaas'
GITLAB_URL='https://gitlab.com/api/graphql'
GITLAB_TOKEN='A VALID GITLAB TOKEN'
APOLLO_PATH='/lib'
```

0 comments on commit 0fbe5ba

Please sign in to comment.