Skip to content

Commit 9e49e85

Browse files
Redirect settings to localhost.
1 parent a08f414 commit 9e49e85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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://metastore.docker:8040/metastore/api/v1/";
2+
export const ajaxBaseUrl = "http://localhost: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://metastore.docker:8040/metastore/api/v1/";
2+
export const ajaxBaseUrl = "http://localhost: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)