diff --git a/docs/references/configurations/GITPLOY_PROXY_SERVER_HOST.md b/docs/references/configurations/GITPLOY_SERVER_PROXY_HOST.md similarity index 71% rename from docs/references/configurations/GITPLOY_PROXY_SERVER_HOST.md rename to docs/references/configurations/GITPLOY_SERVER_PROXY_HOST.md index 42bbbb9..9468663 100644 --- a/docs/references/configurations/GITPLOY_PROXY_SERVER_HOST.md +++ b/docs/references/configurations/GITPLOY_SERVER_PROXY_HOST.md @@ -1,7 +1,7 @@ -# GITPLOY_PROXY_SERVER_HOST +# GITPLOY_SERVER_PROXY_HOST Optional string value used to create webhooks that are routed through an alternate proxy server. The use case of this setting is that you need GitHub webhooks to route through a public proxy. ``` -GITPLOY_PROXY_SERVER_HOST=external.cloud.gitploy.io +GITPLOY_SERVER_PROXY_HOST=external.cloud.gitploy.io ``` \ No newline at end of file diff --git a/docs/references/configurations/GITPLOY_PROXY_SERVER_PROTO.md b/docs/references/configurations/GITPLOY_SERVER_PROXY_PROTO.md similarity index 79% rename from docs/references/configurations/GITPLOY_PROXY_SERVER_PROTO.md rename to docs/references/configurations/GITPLOY_SERVER_PROXY_PROTO.md index 429105d..65529ca 100644 --- a/docs/references/configurations/GITPLOY_PROXY_SERVER_PROTO.md +++ b/docs/references/configurations/GITPLOY_SERVER_PROXY_PROTO.md @@ -1,7 +1,7 @@ -# GITPLOY_PROXY_SERVER_PROTO +# GITPLOY_SERVER_PROXY_PROTO Optional string value used to create webhooks that are routed through an alternate proxy server. The use case of this setting is that you need GitHub webhooks to route through a public proxy. It can be one of them: `http` or `https`. ``` -GITPLOY_PROXY_SERVER_PROTO=https +GITPLOY_SERVER_PROXY_PROTO=https ``` diff --git a/docs/references/configurations/index.md b/docs/references/configurations/index.md index 64b6367..fdd598e 100644 --- a/docs/references/configurations/index.md +++ b/docs/references/configurations/index.md @@ -15,10 +15,10 @@ Index of server configuration settings: * [GITPLOY_PROMETHEUS_AUTH_SECRET](./GITPLOY_PROMETHEUS_AUTH_SECRET.md) * [GITPLOY_PROMETHEUS_ENABLED](./GITPLOY_PROMETHEUS_ENABLED.md) * [GITPLOY_ORGANIZATION_ENTRIES](./GITPLOY_ORGANIZATION_ENTRIES.md) -* [GITPLOY_PROXY_SERVER_HOST](./GITPLOY_PROXY_SERVER_HOST.md) -* [GITPLOY_PROXY_SERVER_PROTO](./GITPLOY_PROXY_SERVER_PROTO.md) * [GITPLOY_SERVER_HOST](./GITPLOY_SERVER_HOST.md) * [GITPLOY_SERVER_PROTO](./GITPLOY_SERVER_PROTO.md) +* [GITPLOY_SERVER_PROXY_HOST](./GITPLOY_SERVER_PROXY_HOST.md) +* [GITPLOY_SERVER_PROXY_PROTO](./GITPLOY_SERVER_PROXY_PROTO.md) * [GITPLOY_SLACK_CLIENT_ID](./GITPLOY_SLACK_CLIENT_ID.md) * [GITPLOY_SLACK_CLIENT_SECRET](./GITPLOY_SLACK_CLIENT_SECRET.md) * [GITPLOY_STORE_DRIVER](./GITPLOY_STORE_DRIVER.md)