From 15d28a6bd46be5243554d89119c0a9239044b66c Mon Sep 17 00:00:00 2001 From: dev-chiefworks Date: Sun, 8 Jan 2023 13:07:04 -0500 Subject: [PATCH] back office api changes --- application/config/config.production.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/config.production.php b/application/config/config.production.php index c44cb20..45f6a2c 100644 --- a/application/config/config.production.php +++ b/application/config/config.production.php @@ -9,5 +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'); // +//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