opencloud
opencloud copied to clipboard
kill unused env vars
OC_REVA_GATEWAY_TLS_MODE and OC_REVA_GATEWAY_TLS_CACERT are not used anywhere in the codebase.
The actual env vars for configuring the grpc client tls mode have been OC_GRPC_CLIENT_TLS_MODE and OC_GRPC_CLIENT_TLS_CACERT all along