all
huanghongfa
2021-02-02 0dd05f36c3e80f0b213f9d01bd9e813229908d9c
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/resources/bootstrap.yml
@@ -6,10 +6,10 @@
      discovery:
        enabled: true
        service-id: config  # 注册中心的服务名
      profile: dev  # 指定配置文件的环境
      profile: prod  # 指定配置文件的环境
      uri: http://${CONFIG_URL:localhost}:8193/
  profiles:
    active: dev
    active: prod
  servlet:
    multipart:
      max-file-size: 10MB