-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
34 lines (27 loc) · 922 Bytes
/
.env.example
File metadata and controls
34 lines (27 loc) · 922 Bytes
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
# Database
DATABASE_URL=postgres://managee:password@localhost:5432/managee
# Application
NEXT_PUBLIC_APP_URL=http://localhost:3000
# Better Auth
BETTER_AUTH_SECRET=generate-a-random-secret-here
BETTER_AUTH_URL=http://localhost:3000
# Set to "true" to disable new user signups (existing users can still sign in)
# DISABLE_SIGNUPS=true
# Set to "true" for self-hosted instances (skips marketing landing page)
# SELF_HOSTED=true
# Email (SMTP)
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=your-smtp-username
SMTP_PASS=your-smtp-password
EMAIL_FROM="Manage <noreply@yourdomain.com>"
# S3-compatible storage (MinIO for self-hosted)
S3_ENDPOINT=http://localhost:9000
S3_ACCESS_KEY_ID=minioadmin
S3_SECRET_ACCESS_KEY=minioadmin
S3_BUCKET_NAME=managee
S3_REGION=us-east-1
# Optional: TurboWire for real-time notifications
# TURBOWIRE_URL=wss://your-turbowire-instance
# TURBOWIRE_SECRET=your-secret