From 09c6f2981ab4fb4343e91b533a35e966199c30be Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 22 Dec 2024 00:40:30 +0530 Subject: [PATCH] refactor(env): update `ANIWATCH_API_HOSTNAME` env example --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index f1c627e..8513245 100644 --- a/.env.example +++ b/.env.example @@ -15,7 +15,7 @@ ANIWATCH_API_MAX_REQS=70 # in your application, then set the env below to your deployed # instance's hostname, otherwise don't set or have it at all. # If you set the env below to an incorrect value, you may face other issues. -# ANIWATCH_API_HOSTNAME="api-aniwatch.onrender.com" +# ANIWATCH_API_HOSTNAME= # NOTE: this env is "required" for vercel deployments