This commit is contained in:
Andras Bacsai
2023-07-20 14:52:16 +02:00
parent 3fe982b2f4
commit 990fb8ec15
4 changed files with 43 additions and 41 deletions

View File

@@ -18,7 +18,7 @@ import { scheduler } from './scheduler';
import type { ExecaChildProcess } from 'execa';
import { FastifyReply } from 'fastify';
export const version = '3.12.34';
export const version = '3.12.35';
export const isDev = process.env.NODE_ENV === 'development';
export const proxyPort = process.env.COOLIFY_PROXY_PORT;
export const proxySecurePort = process.env.COOLIFY_PROXY_SECURE_PORT;