Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

Commit

Permalink
Update TESTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chinchliff committed Sep 24, 2014
1 parent 20366a8 commit ddda0b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TESTING.md
Expand Up @@ -13,11 +13,11 @@ You can point this script at different servers by setting the TREEMACHINE_SERVER

```bash
# to test devapi remotely
TREEMACHINE_SERVER=devapi.opentreeoflife.org/taxomachine && export TREEMACHINE_SERVER && ./test.sh
TREEMACHINE_SERVER=devapi.opentreeoflife.org/treemachine && export TREEMACHINE_SERVER && ./test.sh
```

```bash
# to test locally on a machine where the taxomachine neo4j instance is running on a
# to test locally on a machine where the treemachine neo4j instance is running on a
# nonstandard port (in this case 7480)
TREEMACHINE_SERVER=localhost:7480/db/data && export TREEMACHINE_SERVER && ./test.sh
```
Expand Down

0 comments on commit ddda0b1

Please sign in to comment.