Skip to content

Commit 291a5f2

Browse files
Restore default settings 4 docker
1 parent cea0a38 commit 291a5f2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<html>
44
<head>
5-
<meta http-equiv="refresh" content="0; url='dashboard.html'"/>
5+
<meta http-equiv="refresh" content="0; url='./schema-management.html'"/>
66
</head>
77
<body/>
88
</html>

settings/elastic-search-metastore.settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//The backend service URL for the MetaStore instance used by the frontend.
2-
export const ajaxBaseUrl = "http://localhost:8041/api/v1/";
2+
export const ajaxBaseUrl = "http://metastore.docker:8040/metastore/api/v1/";
33
//export const ajaxBaseUrl = "https://demo.datamanager.kit.edu:8443/metastore/api/v1/";
44

55
//The app description used to customize the frontend, e.g., for a specific project with a custom title and subtitle.

settings/metastore.settings.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//The backend service URL for the MetaStore instance used by the frontend.
2-
export const ajaxBaseUrl = "http://localhost:8041/api/v1/";
2+
export const ajaxBaseUrl = "http://metastore.docker:8040/metastore/api/v1/";
33
//export const ajaxBaseUrl = "https://demo.datamanager.kit.edu:8443/metastore/api/v1/";
44

55
//The app description used to customize the frontend, e.g., for a specific project with a custom title and subtitle.
@@ -12,7 +12,7 @@ export const appDescription = {
1212
//Enable/disable the Elastic search functionality. The availability of the search depends on the configuration of
1313
//the configured MetaStore instance. If Elastic search is not configured for the underlying MetaStore, it should
1414
//also be disabled here.
15-
export const searchEnabled = false;
15+
export const searchEnabled = true;
1616

1717

1818

0 commit comments

Comments
 (0)