fix: update ANIWATCH_API_HOSTNAME env

This commit is contained in:
Ritesh Ghosh
2025-05-12 02:37:22 +05:30
committed by GitHub
parent f01d616c94
commit 1081c7b7bb
+1 -1
View File
@@ -33,7 +33,7 @@ export const env = cleanEnv(process.env, {
desc: "Required for distinguishing Vercel deployment from other ones; set it to true", desc: "Required for distinguishing Vercel deployment from other ones; set it to true",
}), }),
ANIWATCH_API_HOSTNAME: url({ ANIWATCH_API_HOSTNAME: str({
default: undefined, default: undefined,
example: "https://your-production-domain.com", 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.", 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.",