fix: update ANIWATCH_API_HOSTNAME§ env example

This commit is contained in:
Ritesh Ghosh
2025-05-12 02:38:26 +05:30
committed by GitHub
parent c280c341bb
commit d2812d13bf
+1 -1
View File
@@ -35,7 +35,7 @@ export const env = cleanEnv(process.env, {
ANIWATCH_API_HOSTNAME: str({ ANIWATCH_API_HOSTNAME: str({
default: undefined, default: undefined,
example: "https://your-production-domain.com", example: "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.",
docs: "https://github.com/ghoshRitesh12/aniwatch-api/blob/main/.env.example#L18", docs: "https://github.com/ghoshRitesh12/aniwatch-api/blob/main/.env.example#L18",
}), }),