chore(config): update TELE_UPLOAD_URL domain across all services

This commit is contained in:
MythEclipse
2026-06-04 17:12:02 +07:00
parent aaebe168cf
commit 5d9713b162
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ const configSchema = z
TELE_UPLOAD_URL: z
.string()
.url()
.default("https://upload.asepharyana.tech/api/upload"),
.default("https://upload.asepharyana.my.id/api/upload"),
})
.parse(process.env);
@@ -44,7 +44,7 @@ const configSchema = z
TELE_UPLOAD_URL: z
.string()
.url()
.default("https://upload.asepharyana.tech/api/upload"),
.default("https://upload.asepharyana.my.id/api/upload"),
ATTACHMENT_UPLOAD_TIMEOUT_MS: z.coerce.number().positive().default(30000),
ATTACHMENT_MAX_SIZE_MB: z.coerce.number().positive().default(100),
ATTACHMENT_RETRY_ATTEMPTS: z.coerce.number().positive().default(3),