changelog

This commit is contained in:
Davidson Gomes
2024-01-29 11:43:42 -03:00
parent cdf822291f
commit 058acc5042
2 changed files with 16 additions and 0 deletions

View File

@@ -286,6 +286,7 @@ export class ConfigService {
DEL_INSTANCE: isBooleanString(process.env?.DEL_INSTANCE)
? process.env.DEL_INSTANCE === 'true'
: Number.parseInt(process.env.DEL_INSTANCE) || false,
LANGUAGE: process.env?.LANGUAGE || 'en',
WEBHOOK: {
GLOBAL: {
URL: process.env?.WEBHOOK_GLOBAL_URL || '',