Skip to content

Commit a369c16

Browse files
committed
fix: correction sending s3/minio media to chatwoot and typebot
1 parent 1fc8207 commit a369c16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/env.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export class ConfigService {
181181
private envProcess(): Env {
182182
return {
183183
SERVER: {
184-
TYPE: process.env.SERVER_TYPE as 'http' | 'https',
184+
TYPE: (process.env.SERVER_TYPE as 'http' | 'https') || 'http',
185185
PORT: Number.parseInt(process.env.SERVER_PORT) || 8080,
186186
URL: process.env.SERVER_URL,
187187
},

0 commit comments

Comments
 (0)