fix: escape % in secrets

This commit is contained in:
Andras Bacsai
2022-11-23 10:17:09 +01:00
parent 211c6585fa
commit eebec3b92f
3 changed files with 21 additions and 7 deletions

View File

@@ -28,9 +28,6 @@ const customConfig: Config = {
length: 3
};
export const defaultProxyImage = `coolify-haproxy-alpine:latest`;
export const defaultProxyImageTcp = `coolify-haproxy-tcp-alpine:latest`;
export const defaultProxyImageHttp = `coolify-haproxy-http-alpine:latest`;
export const defaultTraefikImage = `traefik:v2.8`;
export function getAPIUrl() {
if (process.env.GITPOD_WORKSPACE_URL) {