Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/install/installer/pkg/config/v1/testdata/envvars/config-options/envvars.yaml
2505 views
1
# Copyright (c) 2022 Gitpod GmbH. All rights reserved.
2
# Licensed under the GNU Affero General Public License (AGPL).
3
# See License.AGPL.txt in the project root for license information.
4
5
envvars:
6
DOMAIN: test.gitpod.io
7
DISTRIBUTION: distribution-name
8
HTTP_PROXY_NAME: http-proxy-settings
9
LOCAL_REGISTRY_ADDRESS: mylocalregistry.com
10
IMAGE_PULL_SECRET_NAME: image-pull-secret
11
OPEN_VSX_URL: https://my-openvsx.com
12
SSH_GATEWAY: "1"
13
SSH_GATEWAY_HOST_KEY_NAME: ssh-gateway-secret
14
USER_MANAGEMENT_BLOCK_ENABLED: "1"
15
USER_MANAGEMENT_BLOCK_PASSLIST: gitpod.io domain.com domain2.com
16
17