refactor(config): update database and redis configurations
- Changed MySQL connection URL, username and password in test configuration - Updated Redis host and port in both production and test configurations - Corrected schema names in multiple XML mapper files from gxwebsoft_core to websoft_core - Modified table joins to use updated core schema references - Adjusted datasource settings to match new environment requirements
This commit is contained in:
@@ -81,7 +81,7 @@ SELECT
|
||||
tenant_id,
|
||||
deleted,
|
||||
comments
|
||||
FROM gxwebsoft_core.sys_setting
|
||||
FROM websoft_core.sys_setting
|
||||
WHERE setting_key = 'mp-weixin'
|
||||
AND tenant_id = 10550
|
||||
AND deleted = 0;
|
||||
@@ -93,7 +93,7 @@ SELECT
|
||||
content,
|
||||
tenant_id,
|
||||
deleted
|
||||
FROM gxwebsoft_core.sys_setting
|
||||
FROM websoft_core.sys_setting
|
||||
WHERE setting_key = 'mp-weixin'
|
||||
AND deleted = 0
|
||||
ORDER BY tenant_id;
|
||||
|
||||
Reference in New Issue
Block a user