Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85c3e7ec98 |
@ -89,6 +89,8 @@ data:
|
|||||||
# 机场数据源配置 - 开发环境
|
# 机场数据源配置 - 开发环境
|
||||||
airport-api:
|
airport-api:
|
||||||
base-url: http://localhost:8090
|
base-url: http://localhost:8090
|
||||||
|
# 滑行路由
|
||||||
|
glide-url: http://localhost:8099
|
||||||
auth:
|
auth:
|
||||||
username: dianxin
|
username: dianxin
|
||||||
password: dianxin@123
|
password: dianxin@123
|
||||||
|
|||||||
@ -40,8 +40,8 @@ spring:
|
|||||||
|
|
||||||
# 默认激活的profile(开发环境)
|
# 默认激活的profile(开发环境)
|
||||||
profiles:
|
profiles:
|
||||||
# active: dev,druid
|
active: dev,druid
|
||||||
active: prod,druid
|
#active: prod,druid
|
||||||
|
|
||||||
# 文件上传
|
# 文件上传
|
||||||
servlet:
|
servlet:
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user