From d2812d13bf5d285ce294d39a48d01020437f30ab Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh <101876769+ghoshRitesh12@users.noreply.github.com> Date: Mon, 12 May 2025 02:38:26 +0530 Subject: [PATCH] =?UTF-8?q?fix:=20update=20`ANIWATCH=5FAPI=5FHOSTNAME`?= =?UTF-8?q?=C2=A7=20env=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 ddd928e..af7172d 100644 --- a/src/config/env.ts +++ b/src/config/env.ts @@ -35,7 +35,7 @@ export const env = cleanEnv(process.env, { ANIWATCH_API_HOSTNAME: str({ 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.", docs: "https://github.com/ghoshRitesh12/aniwatch-api/blob/main/.env.example#L18", }),