TenantDrive/.cnb/settings.yml

17 lines
858 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# .cnb/settings.yml
workspace:
# 定制分支页面/仓库首页云原生开发启动按钮
launch:
# 以下参数均非必填
button:
# 按钮名称,默认为:云原生开发
name: 云原生启动
description: 启动远程开发,快速体验云端环境
# CPU 核心数默认为8。仅对默认模版有效如果有自定义云原生开发启动流水线则此配置无效
cpus: 8
# 是否禁用该按钮默认为false 表示不禁用。true 表示禁用
disabled: false
# 点击云原生开发按钮后,环境创建完自动打开 WebIDE无论是否支持客户端连接远程开发默认为 false
# 当开发环境中未安装 openssh(仅支持 WebIDE):无论此参数配置为 true 还是 false环境创建完都将自动打开 WebIDE
autoOpenWebIDE: true