Commit 90827fb86368a34050b6e6dc7e87e1c83f2c3a8b
1 parent
d1dde21f
update
Showing
1 changed file
with
3 additions
and
3 deletions
src/main/java/com/cnlive/shenhe/ShenheApplication.java
| @@ -31,13 +31,13 @@ public class ShenheApplication extends SpringBootServletInitializer { | @@ -31,13 +31,13 @@ public class ShenheApplication extends SpringBootServletInitializer { | ||
| 31 | private static final String CAS_SERVER_URL_PREFIX = "https://user.cnlive.com/OpenSSO2"; | 31 | private static final String CAS_SERVER_URL_PREFIX = "https://user.cnlive.com/OpenSSO2"; |
| 32 | private static final String CAS_SERVER_LOGIN_URL = "https://user.cnlive.com/OpenSSO2/login"; | 32 | private static final String CAS_SERVER_LOGIN_URL = "https://user.cnlive.com/OpenSSO2/login"; |
| 33 | //本机的名称 | 33 | //本机的名称 |
| 34 | - private static final String SERVER_NAME = "http://shen.cnlive.com:81"; | 34 | + private static final String SERVER_NAME = "http://test.shen.cnlive.com:82"; |
| 35 | 35 | ||
| 36 | //登录入口 | 36 | //登录入口 |
| 37 | - private static final String SERVICE_LOGIN = "http://shen.cnlive.com:81/users/login"; | 37 | + private static final String SERVICE_LOGIN = "http://test.shen.cnlive.com:82/users/login"; |
| 38 | 38 | ||
| 39 | //登出 | 39 | //登出 |
| 40 | - private static final String SERVICE_LOGINOUT = "http://shen.cnlive.com:81/users/logout"; | 40 | + private static final String SERVICE_LOGINOUT = "http://test.shen.cnlive.com:82/users/logout"; |
| 41 | 41 | ||
| 42 | public static void main(String[] args) { | 42 | public static void main(String[] args) { |
| 43 | // SpringApplication.run(ShenheApplication.class, args); | 43 | // SpringApplication.run(ShenheApplication.class, args); |