Skip to content

Commit 7053bea

Browse files
committed
chore: Update README
1 parent 4995f96 commit 7053bea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export function chunks<T>(array: Array<T>, number: number | string): Array<Array
204204
**Private Variables:** Prefix with `PRIVATE_` (configured in `svelte.config.js`)
205205
- `PRIVATE_TRAKT_CLIENT_ID`
206206
- `PRIVATE_TRAKT_CLIENT_SECRET`
207-
- `PRIVATE_AUTH_SECRET`
207+
- `PRIVATE_BETTER_AUTH_SECRET`
208208
- `PRIVATE_TMDB_API_KEY`
209209

210210
**Public Variables:** Prefix with `PUBLIC_`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This [SvelteKit](https://kit.svelte.dev/) project was bootstrapped with [`create
4646

4747
1. `PRIVATE_TRAKT_CLIENT_ID` and `PRIVATE_TRAKT_CLIENT_SECRET`: Login to [Trakt.tv](https://trakt.tv) and inside your settings go to your [Your API Apps](https://trakt.tv/oauth/applications) section. Create a new application. Set `http://localhost:5173/auth/callback/trakt` as one of the **Redirect URI** and set `http://localhost:5173` as one of the **JavaScript (CORS) Origins**. Copy over the **Client ID** and **Client Secret** to the `.env` file.
4848

49-
1. `PRIVATE_AUTH_SECRET`: Generate a random string which is used to encrypt tokens. Run `openssl rand -base64 32` in your terminal and copy the value over to the `.env` file.
49+
1. `PRIVATE_BETTER_AUTH_SECRET`: Generate a random string which is used to encrypt tokens. Run `openssl rand -base64 32` in your terminal and copy the value over to the `.env` file.
5050

5151
1. `PRIVATE_TMDB_API_KEY`: Login to your [TMDB](https://www.themoviedb.org/) account and inside your settings go to [API section](https://www.themoviedb.org/settings/api). Copy the **API Key** over to the `.env` file.
5252

0 commit comments

Comments
 (0)