From 42b9984180d109aa32dcffd123c840f3015da4da Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Sat, 7 Jan 2023 19:00:04 -0500 Subject: [PATCH] Productionend point --- application/config/config.production.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/application/config/config.production.php b/application/config/config.production.php index 6bb240c..c44cb20 100644 --- a/application/config/config.production.php +++ b/application/config/config.production.php @@ -9,4 +9,5 @@ $arr["pass"] = "wrenchboard"; $arr["port"] = 5432; define('LEGACY_BACKEND_ENDPOINT','backend.wrenchboard.api.live'); -define('EXTENSTION_API_URL','https://dashboard.wrenchboard.com/svs/bko'); \ No newline at end of file +define('EXTENSTION_API_URL','https://dashboard.wrenchboard.com/svs/bko'); // +define('EXTENSTION_API_URL','http://172.16.4.100:9083/svs/bko'); \ No newline at end of file