12 lines
343 B
Bash
12 lines
343 B
Bash
NODE_ENV=development
|
|
APP_NAME=Beacon
|
|
APP_URL=http://localhost:3000
|
|
DATABASE_URL=postgresql://beacon:beacon@localhost:5432/beacon
|
|
BETTER_AUTH_SECRET=replace-with-a-32-character-minimum-secret
|
|
BETTER_AUTH_URL=http://localhost:3000
|
|
LOG_LEVEL=info
|
|
TMDB_API_TOKEN=
|
|
ANILIST_API_URL=https://graphql.anilist.co
|
|
TWITCH_CLIENT_ID=
|
|
TWITCH_CLIENT_SECRET=
|