31 lines
573 B
YAML
Raw Normal View History

2019-02-27 00:00:37 +08:00
spring:
application:
name: admin-application
2019-05-15 16:44:13 +08:00
cloud:
sentinel:
transport:
port: 8719
dashboard: localhost:18001
metric:
charset: UTF-8
eager: false
2019-02-27 00:00:37 +08:00
# server
server:
2019-03-02 17:19:37 +08:00
port: 18083
servlet:
context-path: /admin-api/
admins:
security:
ignore_urls: /admin-api/admins/passport/login, /admin-api/admins/file/get_qiniu_token
# qiniu
qiniu:
access-key: YldfyUC7OewoWM63TPYTairqnq8GMJvNek9EGoID
secret-key: zZ7Q8wwZRyaklVvkyLmVydA4WygOBqtc_gTYzalS
bucket: onemall
swagger:
enable: false # 暂时不去掉