Commit f63c62a96bb72eedf38dd98b9e9af920090af644
1 parent
4b007872
update
Showing
1 changed file
with
3 additions
and
3 deletions
src/main/java/com/cnlive/shenhe/ShenheApplication.java
| ... | ... | @@ -23,13 +23,13 @@ public class ShenheApplication extends SpringBootServletInitializer { |
| 23 | 23 | private static final String CAS_SERVER_URL_PREFIX = "https://user.cnlive.com/OpenSSO2"; |
| 24 | 24 | private static final String CAS_SERVER_LOGIN_URL = "https://user.cnlive.com/OpenSSO2/login"; |
| 25 | 25 | //本机的名称 |
| 26 | - private static final String SERVER_NAME = "http://shen.cnlive.com:82"; | |
| 26 | + private static final String SERVER_NAME = "http://test.shen.cnlive.com:82"; | |
| 27 | 27 | |
| 28 | 28 | //登录入口 |
| 29 | - private static final String SERVICE_LOGIN = "http://shen.cnlive.com:82/users/login"; | |
| 29 | + private static final String SERVICE_LOGIN = "http://test.shen.cnlive.com:82/users/login"; | |
| 30 | 30 | |
| 31 | 31 | //登出 |
| 32 | - private static final String SERVICE_LOGINOUT = "http://shen.cnlive.com:82/users/logout"; | |
| 32 | + private static final String SERVICE_LOGINOUT = "http://test.shen.cnlive.com:82/users/logout"; | |
| 33 | 33 | |
| 34 | 34 | |
| 35 | 35 | /** | ... | ... |