加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tye.yaml 632 Bytes
一键复制 编辑 原始数据 按行查看 历史
Van Zheng 提交于 2021-03-01 09:24 . # updated
# tye application configuration file
# read all about it at https://github.com/dotnet/tye
#
# when you've given us a try, we'd love to know what you think:
# https://aka.ms/AA7q20u
#
name: easydapr
# extensions
extensions:
- name: dapr
log-level: debug
config: config
components-path: "./components/"
exclude-placement-container: true
placement-port: 50005
# services
services:
- name: identity-app
project: IdentityService/IdentityService.csproj
bindings:
- port: 6001
- name: inventory-app
bindings:
- port: 6002
project: InventoryService.Api/InventoryService.Api.csproj
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化