Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ src/scripts/pathways/*
src/scripts/sbgn/*
src/scripts/jsonld/*
.vscode/*
/.idea/
/nohup.out
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ npm run start
The following environment variables can be used to configure the server:

- `NODE_ENV` : the environment mode, either `production` or `development` (default)
- `PC_URL` : Pathway Commons web service endpoint URL
- `PORT` : the port on which the server runs (default 3000)

### Configure RethinkDB
Expand Down
Loading