在应用程序中配置数据或环境
vela
提供 config
命令用于管理配置数据。
$ vela config get test
a: b
c: d
$ vela config set test a=b
$ vela config set test2 c=d
$ vela config ls
NAME
test2
将以下内容保存为 vela.yaml
到当前目录中:
name: testapp
services:
env-config-demo:
image: heroku/nodejs-hello-world
config: demo
检查环境变量: