diff options
| author | Ritesh Ghosh <[email protected]> | 2024-12-22 00:40:30 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-12-22 00:40:30 +0530 |
| commit | 09c6f2981ab4fb4343e91b533a35e966199c30be (patch) | |
| tree | dfbd102c8dfe65018bd3f45c983d969750a62ad7 | |
| parent | 861a8979991dc2aaaa621e0e2bb9e016ad4dfe6c (diff) | |
| download | aniwatch-api-09c6f2981ab4fb4343e91b533a35e966199c30be.tar.xz aniwatch-api-09c6f2981ab4fb4343e91b533a35e966199c30be.zip | |
refactor(env): update `ANIWATCH_API_HOSTNAME` env example
| -rw-r--r-- | .env.example | 2 |
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 |
