aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-12-22 00:40:30 +0530
committerRitesh Ghosh <[email protected]>2024-12-22 00:40:30 +0530
commit09c6f2981ab4fb4343e91b533a35e966199c30be (patch)
treedfbd102c8dfe65018bd3f45c983d969750a62ad7
parent861a8979991dc2aaaa621e0e2bb9e016ad4dfe6c (diff)
downloadaniwatch-api-09c6f2981ab4fb4343e91b533a35e966199c30be.tar.xz
aniwatch-api-09c6f2981ab4fb4343e91b533a35e966199c30be.zip
refactor(env): update `ANIWATCH_API_HOSTNAME` env example
-rw-r--r--.env.example2
1 files changed, 1 insertions, 1 deletions
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=<https://your-production-domain.com>
# NOTE: this env is "required" for vercel deployments