23 lines
677 B
Properties
23 lines
677 B
Properties
# Spring boot application
|
|
spring.application.name=cf-ucenter-admin
|
|
server.port=8091
|
|
# Base packages to scan Dubbo Component: @org.apache.dubbo.config.annotation.Service
|
|
#dubbo.scan.base-packages=com.cf.manager.controller
|
|
|
|
# Dubbo Application
|
|
## The default value of dubbo.application.name is ${spring.application.name}
|
|
## dubbo.application.name=${spring.application.name}
|
|
|
|
# Dubbo Protocol
|
|
#dubbo.protocol.name=dubbo
|
|
#dubbo.protocol.port=2181
|
|
|
|
## Dubbo Registry
|
|
#dubbo.registry.address=N/A
|
|
dubbo.registry.address=zookeeper://139.9.155.149:2181
|
|
|
|
auth.tokenValiditySeconds=1200
|
|
auth.clientId=XcWebApp
|
|
auth.clientSecret=XcWebApp
|
|
auth.cookieDomain=xuecheng.com
|
|
auth.cookieMaxAge=-1 |