You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
734 B
27 lines
734 B
server: |
|
port: 4000 |
|
|
|
spring: |
|
application: |
|
name: @artifactId@ |
|
cloud: |
|
nacos: |
|
discovery: |
|
server-addr: ${NACOS_HOST:kicc-register}:${NACOS_PORT:8848} |
|
namespace: @profiles.namespace@ |
|
config: |
|
server-addr: ${spring.cloud.nacos.discovery.server-addr} |
|
file-extension: yml |
|
namespace: @profiles.namespace@ |
|
shared-configs: |
|
- application.${spring.cloud.nacos.config.file-extension} |
|
|
|
# 文件上传相关 支持阿里云、华为云、腾讯、minio |
|
oss: |
|
endpoint: https://oss-cn-hangzhou.aliyuncs.com |
|
access-Key: LTAI4FdQ9kVVXjxTKk3WnYmC |
|
secret-Key: Elc2pUFkSJVjpVU5p1YJSRTNn5dt2s |
|
region: cn-hangzhou |
|
path-style-access: false |
|
bucket-name: kl-kicc-dev |
|
|
|
|