Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BI-714] .env variables in default file are out of date #67

Merged
merged 1 commit into from
Feb 22, 2021
Merged
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
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