|
@@ -1,46 +0,0 @@
|
|
-# Tomcat
|
|
|
|
-server:
|
|
|
|
- port: 8080
|
|
|
|
- ssl:
|
|
|
|
- key-store: classpath:ssl.keystore
|
|
|
|
- key-store-password: 123456
|
|
|
|
- enabled: false
|
|
|
|
-
|
|
|
|
-# Spring
|
|
|
|
-spring:
|
|
|
|
- application:
|
|
|
|
- # 应用名称
|
|
|
|
- name: onemap-gateway
|
|
|
|
- profiles:
|
|
|
|
- # 环境配置
|
|
|
|
- active: dev
|
|
|
|
- cloud:
|
|
|
|
- nacos:
|
|
|
|
- discovery:
|
|
|
|
- namespace: model
|
|
|
|
- # 服务注册地址
|
|
|
|
- server-addr: 127.0.0.1:8848
|
|
|
|
- config:
|
|
|
|
- namespace: model
|
|
|
|
- # 配置中心地址
|
|
|
|
- server-addr: 127.0.0.1:8848
|
|
|
|
- # 配置文件格式
|
|
|
|
- file-extension: yml
|
|
|
|
- # 共享配置
|
|
|
|
- shared-configs:
|
|
|
|
- - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
|
|
|
|
- sentinel:
|
|
|
|
- # 取消控制台懒加载
|
|
|
|
- eager: true
|
|
|
|
- transport:
|
|
|
|
- # 控制台地址
|
|
|
|
- dashboard: 127.0.0.1:8718
|
|
|
|
- # nacos配置持久化
|
|
|
|
- datasource:
|
|
|
|
- ds1:
|
|
|
|
- nacos:
|
|
|
|
- server-addr: 127.0.0.1:8848
|
|
|
|
- dataId: sentinel-onemap-gateway
|
|
|
|
- groupId: DEFAULT_GROUP
|
|
|
|
- data-type: json
|
|
|
|
- rule-type: flow
|
|
|