Skip to content

Commit

Permalink
fix brapiserver and mailhog settings in .env
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeidlin committed Feb 22, 2021
1 parent a81fa26 commit 5cf8420
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ API_INTERNAL_TEST_PORT=8082
BRAPI_SERVER_PORT=8083

# Brapi Server Variables
BRAPI_CORE_URL=http://localhost:8083/
BRAPI_PHENO_URL=http://localhost:8083/
BRAPI_GENO_URL=http://localhost:8083/
BRAPI_CORE_URL=http://brapiserver:8080/
BRAPI_PHENO_URL=http://brapiserver:8080/
BRAPI_GENO_URL=http://brapiserver:8080/
BRAPI_REFERENCE_SOURCE=breeding-insight.org

WEB_BASE_URL=http://localhost:8080

# Email server
EMAIL_RELAY_HOST=localhost
EMAIL_RELAY_HOST=mailhog
EMAIL_RELAY_PORT=1025
EMAIL_FROM=bidevteam@cornell.edu

0 comments on commit 5cf8420

Please sign in to comment.