Skip to content

Commit

Permalink
Merge pull request #271 from nimble-platform/Akayeshmantha-patch-2
Browse files Browse the repository at this point in the history
Update globals.prod.ts
  • Loading branch information
dogukan10 authored Feb 4, 2021
2 parents 61914ab + 2c79656 commit 254680c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/environments/globals.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ export const data_channel_endpoint = `${base_path}/data-channel`;
export const data_aggregation_endpoint = `${base_path}/data-aggregation`;
export const trust_service_endpoint = `${base_path}/trust`;
export const indexing_service_endpoint = `${base_path}/index`;
export const rocketChatEndpoint = `https://efactory-security-portal.salzburgresearch.at/chat`;
export const rocketChatEndpoint = `https://efpf-security-portal.salzburgresearch.at/chat`;
export const logstash_endpoint = `${base_path}/logstash`;
export const kibana_endpoint = `${base_path}/kibana/app/kibana`;
export const delegate_endpoint = `${base_path}:9265`;
export const agent_mgmt_endpoint = `http://159.69.214.42/agents`;
export const collaboration_endpoint = `${collab_path}`;
export const certificate_of_origin_endpoint = `http://161.156.70.125:7695`;
export const legislation_endpoint = `http://77.230.101.223/nimsys`;
export const eFactory_indexing_endpoint = "https://efactory-security-portal.salzburgresearch.at/api/index";
export const eFactory_indexing_endpoint = "https://efpf-security-portal.salzburgresearch.at/api/index";

// Explorative Search endpoints

Expand Down

0 comments on commit 254680c

Please sign in to comment.