15 lines
528 B
Bash
15 lines
528 B
Bash
NEXT_PUBLIC_APP_URL=http://localhost:3000
|
|
DATABASE_URL="postgresql://ht44@localhost:5432/winninghunter?schema=public"
|
|
AUTH_COOKIE_NAME=wh_session
|
|
AUTH_SESSION_DAYS=30
|
|
ADMIN_EMAILS="admin@winninghunter.local"
|
|
|
|
# Google OAuth (https://console.cloud.google.com/apis/credentials)
|
|
# Authorized redirect URI: {NEXT_PUBLIC_APP_URL}/api/auth/google/callback
|
|
GOOGLE_CLIENT_ID=
|
|
GOOGLE_CLIENT_SECRET=
|
|
|
|
# Apify Meta Ads ingestion (runtime secret; do not expose to the browser)
|
|
APIFY_TOKEN=
|
|
APIFY_ACTOR_ID=solidcode~meta-ads-library-scraper
|