16 lines
No EOL
358 B
Bash
16 lines
No EOL
358 B
Bash
# .env
|
|
# Domain settings
|
|
DOMAIN=yourdomain.com
|
|
INSTANCE_NAME=YourPleromaInstance
|
|
|
|
# Database credentials
|
|
DB_USER=pleroma
|
|
DB_PASS=your_secure_db_password
|
|
DB_NAME=pleroma
|
|
|
|
# Admin credentials
|
|
ADMIN_EMAIL=admin@yourdomain.com
|
|
NOTIFY_EMAIL=notify@yourdomain.com
|
|
|
|
# Cloudflared credentials (if using Cloudflared container)
|
|
CLOUDFLARED_TOKEN=your_cloudflared_token |