Commit 984a46b2530ec6d35e3dc8d067760d45a5f5763f
1 parent
5febee8d
1.
Showing
1 changed file
with
4 additions
and
4 deletions
src/main/resources/application-cloud.properties
| ... | ... | @@ -40,8 +40,8 @@ spring.kafka.producer.acks= all |
| 40 | 40 | spring.kafka.consumer.group-id= schedule-system |
| 41 | 41 | spring.kafka.consumer.auto-offset-reset= latest |
| 42 | 42 | |
| 43 | -sso.enabled= false | |
| 43 | +sso.enabled= true | |
| 44 | 44 | sso.systemcode = SYS0023 |
| 45 | -sso.http.url.login= https://127.0.0.1/portal/index.html#/login | |
| 46 | -sso.http.url.logout= https://127.0.0.1/information/api/v1/logout | |
| 47 | -sso.http.url.auth= https://127.0.0.1/information/authenticate/authorityAuthentication | |
| 48 | 45 | \ No newline at end of file |
| 46 | +sso.http.url.login= http://47.92.212.107:9102/portal/index.html#/login | |
| 47 | +sso.http.url.logout= http://47.92.212.107:9102/information/api/v1/logout | |
| 48 | +sso.http.url.auth= http://47.92.212.107:9102/information/authenticate/authorityAuthentication | |
| 49 | 49 | \ No newline at end of file | ... | ... |