Compare commits

..

No commits in common. '98feacc7e1cfb5be66f59b5df8c8d6d42f0fcc43' and '0ae4af6dc76b0c81f5e958b7707c513e8c5cc573' have entirely different histories.

@ -2,9 +2,7 @@ spring:
datasource: datasource:
druid: druid:
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver
#url: jdbc:postgresql://192.168.200.152:5432/lobechat url: jdbc:postgresql://192.168.200.152:5432/lobechat
#url: jdbc:postgresql://36.103.177.31:50005/lobechat
url: jdbc:postgresql://10.97.11.3:5432/lobechat
username: postgres username: postgres
password: uWNZugjBqixf8dxC password: uWNZugjBqixf8dxC
initial-size: 10 initial-size: 10

@ -5,7 +5,7 @@ server:
threads: threads:
max: 1000 max: 1000
min-spare: 30 min-spare: 30
port: 50006 port: 18080
servlet: servlet:
context-path: /flxai context-path: /flxai
session: session:

@ -21,7 +21,7 @@ public class TestUtils {
public static final String GBK = "gbk"; public static final String GBK = "gbk";
public static final String GB2312 = "gb2312"; public static final String GB2312 = "gb2312";
public static final String ISO88591 = "ISO-8859-1"; public static final String ISO88591 = "ISO-8859-1";
public static String WebconnectURL = "http://localhost:50006/flxai"; public static String WebconnectURL = "http://localhost:18080/flxai";
public static String EXPIRESIN = null; public static String EXPIRESIN = null;
public static String TOKEN=null; public static String TOKEN=null;
public static int READ_TIMEOUT = 30000; public static int READ_TIMEOUT = 30000;

Loading…
Cancel
Save