This commit is contained in:
Andras Bacsai
2023-09-05 11:24:42 +02:00
parent 18d0623011
commit 4abec14a21
3 changed files with 2 additions and 137 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.38';
export const version = '3.12.39';
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;