fc-remote-invoke/example/s.yaml

14 lines
562 B
YAML
Raw Normal View History

2021-06-01 15:29:39 +08:00
edition: 1.0.0 # 命令行YAML规范版本遵循语义化版本Semantic Versioning规范
name: compoent-test # 项目名称
vars: # [全局变量,提供给各个服务使用]
logo: https://image.aliyun.com/xxxx.png
domain: xxxx.yyy.com
services:
component-test: # 服务名称
component: ${path(..)} # 这里引入的是相对路径正式配置替换成你自己的component名称即可
props:
name: ${component-test2.props.name}
otherInput: ${component-test2.output.hello}
envshow: ${env(USER)}