Skip to content
Snippets Groups Projects
Commit 09cbfbc4 authored by Yusuf Akgül's avatar Yusuf Akgül :hatching_chick:
Browse files

update .env.example

parent 148b4e11
No related branches found
No related tags found
No related merge requests found
Pipeline #36382 failed
# Example .env file
# Public App URL
NEXT_PUBLIC_APP_URL="http://localhost:3000"
# Database for connecting to Prisma
DATABASE_URL="file:./dev.db"
# Some URLs
# URLs
TWITCH_AUTH_BASE_URL="https://id.twitch.tv/oauth2"
IGDB_BASE_URL="https://api.igdb.com/v4"
IGDB_IMG_BASE_URL="https://images.igdb.com/igdb/image/upload"
# For Authentication
# For Twitch Auth to fetch access token
TWITCH_CLIENT_ID="imdb_client_id"
TWITCH_CLIENT_SECRET="imdb_auth_id"
# For NextAuth // use `openssl rand -base64 32` to generate a secret
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="secret"
NEXTAUTH_URL="http://localhost:3000"
\ No newline at end of file
# For Github Auth
GITHUB_CLIENT_ID="github_client_id"
GITHUB_CLIENT_SECRET="github_client_secret"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment