mirror of
https://github.com/f/awesome-chatgpt-prompts.git
synced 2026-02-12 15:52:47 +00:00
28 lines
801 B
Plaintext
28 lines
801 B
Plaintext
# Database
|
|
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/prompts_chat?schema=public"
|
|
|
|
# NextAuth
|
|
NEXTAUTH_URL="http://localhost:3000"
|
|
NEXTAUTH_SECRET="your-super-secret-key-change-in-production"
|
|
|
|
# OAuth Providers (optional - enable in prompts.config.ts)
|
|
# GOOGLE_CLIENT_ID=""
|
|
# GOOGLE_CLIENT_SECRET=""
|
|
# AZURE_AD_CLIENT_ID=""
|
|
# AZURE_AD_CLIENT_SECRET=""
|
|
# AZURE_AD_TENANT_ID=""
|
|
|
|
# Storage Providers (optional - enable in prompts.config.ts)
|
|
# S3_BUCKET=""
|
|
# S3_REGION=""
|
|
# S3_ACCESS_KEY_ID=""
|
|
# S3_SECRET_ACCESS_KEY=""
|
|
# S3_ENDPOINT="" # For S3-compatible services like MinIO
|
|
|
|
# GITHUB_CLIENT_ID=your_client_id
|
|
# GITHUB_CLIENT_SECRET=your_client_secret
|
|
|
|
# AI Search (optional - enable aiSearch in prompts.config.ts)
|
|
# OPENAI_API_KEY=your_openai_api_key
|
|
|
|
GOOGLE_ANALYTICS_ID="G-XXXXXXXXX" |