第 2 章 自定义 Red Hat Developer Hub 基本 URL
您可以更改默认的 Red Hat Developer Hub 基础 URL。
先决条件
- 您知道您需要的 Developer Hub 外部 URL:https:// <my_developer_hub_domain >,并配置了 DNS 以指向 Red Hat OpenShift Container Platform 集群。
- 自定义开发人员 Hub 配置。
流程
在自定义
app-config.yaml文件中,输入您的 Developer Hub 外部 URL,如 https:// <my_developer_hub_domain >。app-config.yamlexcerptapp: baseUrl: https://<my_developer_hub_domain> backend: baseUrl: https://<my_developer_hub_domain> cors: origin: https://<my_developer_hub_domain>