Files
xtoon-cloud/doc/yaml/xtoon-auth-server.yaml
2021-06-25 21:25:29 +08:00

36 lines
864 B
YAML

server:
port: 8000
dubbo:
application:
id: xtoon-auth-server
name: xtoon-auth-server
qosEnable: false
protocol:
name: dubbo
port: -1
registry:
address: nacos://localhost:8848
check: false
consumer.timeout: 30000
consumer.retries: 5
spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
username: root
password: haoxin963
url: jdbc:mysql://localhost:3306/xtoon-cloud?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=Asia/Shanghai
redis:
host: localhost
port: 6379
password: xtoon123
database: 0
cloud:
nacos:
discovery:
server-addr: localhost:8848
sentinel:
transport:
dashboard: localhost:5003