Skip to content

Commit db78ed7

Browse files
authored
Merge pull request #1261 from PathwayCommons/3.0.0
3.0.0
2 parents ce44dcd + 303efb7 commit db78ed7

File tree

110 files changed

+23389
-20434
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+23389
-20434
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The following environment variables can be used to configure the server:
3535

3636
- `NODE_ENV` : the environment mode, either `production` or `development` (default)
3737
- `PC_URL` : root Pathway Commons URL (default: 'http://www.pathwaycommons.org/')
38+
- `FACTOID_URL` : the Factoid app URL (default: 'http://unstable.factoid.baderlab.org/')
3839
- `PORT` : the port on which the server runs (default 3000)
3940

4041
### Configure RethinkDB

browser-sync.config.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

nodemon.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"watch": [
3-
"./src/model",
3+
"./src/models",
44
"./src/server",
5-
"./src/util"
5+
"./src/util",
6+
"./src/config.js"
67
]
78
}

0 commit comments

Comments
 (0)