Skip to content

Commit

Permalink
Use 'http://reach.baderlab.org/api/textBody' by default for REACH_…
Browse files Browse the repository at this point in the history
…URL`

Ref : Expose the Reach Docker service as reach.baderlab.org #233
  • Loading branch information
maxkfranz committed Mar 26, 2018
1 parent 1d5db90 commit 5c705bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Expand Up @@ -21,7 +21,7 @@ let defaults = {
DB_CERT: undefined, // path to a certificate (cert) file if db uses ssl

// Services
REACH_URL: 'http://localhost:8080/api/text',
REACH_URL: 'http://reach.baderlab.org/api/textBody',
UNIPROT_URL: 'http://www.uniprot.org/uniprot',
UNIPROT_LINK_BASE_URL: 'http://www.uniprot.org/uniprot/',
UNIPROT_CACHE_SIZE: DEFAULT_CACHE_SIZE,
Expand Down

0 comments on commit 5c705bc

Please sign in to comment.