File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
service/run-config/prod/src/main/resources Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ databases:
3434 validationQuery : select 1 from systables
3535
3636 # the JDBC URL
37- url : jdbc:informix-sqli://10.25.94.52:2020/tcs_catalog:INFORMIXSERVER=informixoltp_tcp ;IFX_LOCK_MODE_WAIT=5;OPTCOMPIND=0;STMT_CACHE=1;
37+ url : jdbc:informix-sqli://10.25.94.52:2020/tcs_catalog:INFORMIXSERVER=informixoltp_shmr ;IFX_LOCK_MODE_WAIT=5;OPTCOMPIND=0;STMT_CACHE=1;
3838
3939 # the minimum number of connections to keep open
4040 minSize : 2
@@ -59,7 +59,7 @@ databases:
5959 validationQuery : select 1 from systables
6060
6161 # the JDBC URL
62- url : jdbc:informix-sqli://10.25.94.51:2020/topcoder_dw:INFORMIXSERVER=datawarehouse_tcp ;IFX_LOCK_MODE_WAIT=5;OPTCOMPIND=0;STMT_CACHE=1;
62+ url : jdbc:informix-sqli://10.25.94.51:2020/topcoder_dw:INFORMIXSERVER=datawarehouse_shm ;IFX_LOCK_MODE_WAIT=5;OPTCOMPIND=0;STMT_CACHE=1;
6363
6464 # the minimum number of connections to keep open
6565 minSize : 2
You can’t perform that action at this time.
0 commit comments