Skip to content

Commit

Permalink
docs: update personal deployment section
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 authored Oct 6, 2024
1 parent 972cf2c commit 3e84349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ More info can be found in [`.env.example`](https://github.com/ghoshRitesh12/aniw
> For personal deployments:
>
> - If you wanna have rate limitting in your application, then set the `ANIWATCH_API_HOSTNAME` env to your deployed instance's hostname, otherwise don't set or have this env at all. If you set this env to an incorrect value, you may face other issues.
> - Remove the if block from the [`server.ts`](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts) file, spanning from lines [71](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts#L71) to [84](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts#L84).
> - Remove the if block from the [`server.ts`](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts) file, spanning from lines [71](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts#L71) to [83](https://github.com/ghoshRitesh12/aniwatch-api/blob/main/src/server.ts#L83).
### Vercel

Expand Down

0 comments on commit 3e84349

Please sign in to comment.