Skip to content

Commit 0152585

Browse files
Merge pull request #11 from openml/feature/use-single-frontend-image-for-all-environments
Use single docker image for frontend.
2 parents c055921 + c136fef commit 0152585

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

config/frontend/.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ SMTP_PASS=test
77
SMTP_USE_TLS=True
88
DATABASE_URI="mysql+pymysql://root:ok@database:3306/openml"
99
TESTING=False
10+
11+
REACT_APP_URL_SITE_BACKEND=http://localhost:8000/
12+
REACT_APP_URL_API=http://localhost:8000/api/
13+
REACT_APP_URL_ELASTICSEARCH=http://localhost:8000/es/
14+
REACT_APP_ELASTICSEARCH_VERSION_MAYOR=6
15+
REACT_APP_URL_MINIO=http://localhost:8000/data/

0 commit comments

Comments
 (0)