We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c055921 + c136fef commit 0152585Copy full SHA for 0152585
1 file changed
config/frontend/.env
@@ -7,3 +7,9 @@ SMTP_PASS=test
7
SMTP_USE_TLS=True
8
DATABASE_URI="mysql+pymysql://root:ok@database:3306/openml"
9
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