generated from CodeGuide-dev/codeguide-starter-fullstack
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
41 lines (30 loc) · 1.03 KB
/
.env.example
File metadata and controls
41 lines (30 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Development Environment Variables
# Copy this file to .env and modify as needed
# Database Configuration
DATABASE_URL=postgresql://postgres:postgres@localhost:5433/postgres
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
# Authentication
BETTER_AUTH_SECRET=your_secret_key_here
BETTER_AUTH_URL=http://localhost:3000
NEXT_PUBLIC_BETTER_AUTH_URL=http://localhost:3000
# API Key Encryption
API_ENCRYPTION_KEY=your_encryption_key_here_minimum_32_chars
# SearXNG Configuration
SEARXNG_URL=http://localhost:8080
# MinIO Configuration
# MinIO Root User (username)
MINIO_ROOT_USER=minioadmin
# MinIO Root Password (must be at least 8 characters long)
MINIO_ROOT_PASSWORD=minioadmin123
# MinIO Console URL (optional, for redirects)
MINIO_BROWSER_REDIRECT_URL=http://localhost:9001
# MinIO Endpoint (S3 compatible API)
MINIO_ENDPOINT=http://localhost:9000
# MinIO Bucket for images
MINIO_BUCKET=images
# MinIO Region
MINIO_REGION=us-east-1
# Google AI (for image generation)
GOOGLE_GENERATIVE_AI_API_KEY=your_google_api_key_here