From 4e9e2f131cb13209367f25011c754780ffc254ed Mon Sep 17 00:00:00 2001 From: shishir84 Date: Thu, 6 May 2021 15:37:58 +0530 Subject: [PATCH] removal of IPs and url Hi Team, I have removed some IPs and url from the file. please accept the change. also if possible please rebase the repo so that the old value should not come in future scan. --- nodemon/nodemon-wsd.json | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/nodemon/nodemon-wsd.json b/nodemon/nodemon-wsd.json index 3a7611c..a1a21b3 100644 --- a/nodemon/nodemon-wsd.json +++ b/nodemon/nodemon-wsd.json @@ -4,41 +4,41 @@ "APP_CONFIGURATIONS": "/app-config", "APP_LOGS": "/logs", "CASSANDRA_AUTH_ENABLED": true, - "CASSANDRA_IP": "10.177.63.206", + "CASSANDRA_IP": "", "CASSANDRA_PASSWORD": "#Ac@d$$NrrA", "CASSANDRA_USERNAME": "kmadmin", - "CONTENT_API_BASE": "http://10.177.63.204:5903", - "PID_API_BASE": "http://10.177.63.204:9200", - "ES_BASE": "http://10.177.63.206:9200", + "CONTENT_API_BASE": "", + "PID_API_BASE": "", + "ES_BASE": "", "ES_PASSWORD": "", "ES_USERNAME": "", "FALLBACK_APIS_TO_LEX": false, - "HTTPS_HOST": "https://10.177.63.204", + "HTTPS_HOST": "", "IAP_CLIENT_SECRET": "qWEH1rbrFmDd3V6D", - "IAP_CODE_API_BASE": "https://lex-iap.infosysapps.com", - "IAP_PROFILE_API_BASE": "https://lex-iap.infosysapps.com", - "ILP_FP_PROXY": "http://10.177.63.204", + "IAP_CODE_API_BASE": "", + "IAP_PROFILE_API_BASE": "", + "ILP_FP_PROXY": "", "IS_DEVELOPMENT": true, - "JAVA_API_BASE": "http://10.177.63.204:5825", + "JAVA_API_BASE": "", "KEYCLOAK_REALM": "wingspan", - "LA_HOST_PROXY": "http://10.177.157.29", - "NAVIGATOR_JSON_HOST": "http://10.177.63.204:3007/web-hosted/navigator/json", + "LA_HOST_PROXY": "", + "NAVIGATOR_JSON_HOST": "", "NODE_API_BASE_2_CLIENT_ID": "admin", "NODE_API_BASE_2_CLIENT_SECRET": "MdiDn@342$", - "NODE_API_BASE_2": "http://10.177.63.204:3009", - "NODE_API_BASE_3": "http://10.177.63.204:3015", - "NODE_API_BASE": "http://10.177.63.204:5001", + "NODE_API_BASE_2": "", + "NODE_API_BASE_3": "", + "NODE_API_BASE": "", "NODE_ENV": "development", "NODE_TLS_REJECT_UNAUTHORIZED": "0", - "NOTIFICATIONS_API_BASE": "http://10.177.22.26:5805", + "NOTIFICATIONS_API_BASE": "", "PORTAL_PORT": "3003", - "SBEXT_API_BASE_2": "http://10.177.63.204:7001", - "SBEXT_API_BASE": "http://10.177.63.204:5902", - "STATIC_ILP_PROXY": "http://10.177.63.204:3005", - "TELEMETRY_API_BASE": "http://10.177.63.204:8090", - "TELEMETRY_SB_BASE": "http://10.177.63.204:9090", + "SBEXT_API_BASE_2": "", + "SBEXT_API_BASE": "", + "STATIC_ILP_PROXY": "", + "TELEMETRY_API_BASE": ", + "TELEMETRY_SB_BASE": "", "TIMEOUT": "10000", - "WEB_HOST_PROXY": "http://10.177.63.204:3007" + "WEB_HOST_PROXY": "" }, "exec": "ts-node ./src/index.ts", "ext": "ts",