You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Mount a valid cert in the container at `/etc/codecov/ssl/certs/cert.crt`
55
-
2. Configure the env `CODECOV_GATEWAY_SSL_ENABLED=true`
55
+
2. Configure the env `CODECOV_GATEWAY_SSL_ENABLED=true`
56
56
57
57
### Proxy
58
58
1. Configure the env `CODECOV_GATEWAY_PROXY_MODE_ENABLED=true`
59
-
All requests will now be sent on to the configured CODECOV_DEFAULT host/port.
59
+
All requests will now be sent on to the configured `CODECOV_DEFAULT` host/port.
60
60
61
61
### Minio
62
62
This is mostly intended for when using with docker compose. It makes /export and /archive route to the minio host. To enable minio features use the env var `CODECOV_GATEWAY_MINIO_ENABLED=true`
0 commit comments