From 1081c7b7bb7305ab5440301ecba8728fe88af90b Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh <101876769+ghoshRitesh12@users.noreply.github.com> Date: Mon, 12 May 2025 02:37:22 +0530 Subject: [PATCH] fix: update `ANIWATCH_API_HOSTNAME` env --- src/config/env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/env.ts b/src/config/env.ts index bfa0b0e..ddd928e 100644 --- a/src/config/env.ts +++ b/src/config/env.ts @@ -33,7 +33,7 @@ export const env = cleanEnv(process.env, { desc: "Required for distinguishing Vercel deployment from other ones; set it to true", }), - ANIWATCH_API_HOSTNAME: url({ + ANIWATCH_API_HOSTNAME: str({ default: undefined, example: "https://your-production-domain.com", desc: "Set this to your api instance's hostname to enable rate limiting, don't have this value if you don't wish to rate limit.",