8000 Fix the invalid environments for proxy (#29) · gitploy-io/gitploy-io.github.io@bd2a047 · GitHub
[go: up one dir, main page]

Skip to content

Commit bd2a047

Browse files
author
Noah Lee
authored
Fix the invalid environments for proxy (#29)
* Fix the invalid envs for webhook * Fix the test
1 parent 9708879 commit bd2a047

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# GITPLOY_PROXY_SERVER_HOST
1+
# GITPLOY_SERVER_PROXY_HOST
22

33
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.
44

55
```
6-
GITPLOY_PROXY_SERVER_HOST=external.cloud.gitploy.io
6+
GITPLOY_SERVER_PROXY_HOST=external.cloud.gitploy.io
77
```
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# GITPLOY_PROXY_SERVER_PROTO
1+
# GITPLOY_SERVER_PROXY_PROTO
22

33
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`.
44

55
```
6-
GITPLOY_PROXY_SERVER_PROTO=https
6+
GITPLOY_SERVER_PROXY_PROTO=https
77
```

docs/references/configurations/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ Index of server configuration settings:
1515
* [GITPLOY_PROMETHEUS_AUTH_SECRET](./GITPLOY_PROMETHEUS_AUTH_SECRET.md)
1616
* [GITPLOY_PROMETHEUS_ENABLED](./GITPLOY_PROMETHEUS_ENABLED.md)
1717
* [GITPLOY_ORGANIZATION_ENTRIES](./GITPLOY_ORGANIZATION_ENTRIES.md)
18-
* [GITPLOY_PROXY_SERVER_HOST](./GITPLOY_PROXY_SERVER_HOST.md)
19-
* [GITPLOY_PROXY_SERVER_PROTO](./GITPLOY_PROXY_SERVER_PROTO.md)
2018
* [GITPLOY_SERVER_HOST](./GITPLOY_SERVER_HOST.md)
2119
* [GITPLOY_SERVER_PROTO](./GITPLOY_SERVER_PROTO.md)
20+
* [GITPLOY_SERVER_PROXY_HOST](./GITPLOY_SERVER_PROXY_HOST.md)
21+
* [GITPLOY_SERVER_PROXY_PROTO](./GITPLOY_SERVER_PROXY_PROTO.md)
2222
* [GITPLOY_SLACK_CLIENT_ID](./GITPLOY_SLACK_CLIENT_ID.md)
23< 4126 /td>23
* [GITPLOY_SLACK_CLIENT_SECRET](./GITPLOY_SLACK_CLIENT_SECRET.md)
2424
* [GITPLOY_STORE_DRIVER](./GITPLOY_STORE_DRIVER.md)

0 commit comments

Comments
 (0)
0