sipher/.env.local.example
Nixyan 7049a40870 feat: enhance federation functionality by reworking the workers.
- Introduced single Redis connection for managing federation delivery jobs, improving reliability and performance.
- Updated environment configuration to include Redis connection details and allowed hostnames for CORS.
- Refactored existing code to streamline federation processes and improve error handling.
- Enhanced database schema to track acknowledgment status for follow requests.

This update aims to strengthen the federation's communication capabilities and ensure better handling of server interactions.

#3 #4
2026-04-08 10:35:59 -03:00

27 lines
No EOL
531 B
Text

BETTER_AUTH_SECRET=
BETTER_AUTH_URL=
# Should follow the format: redis://<host>:<port>
# Could use password and username if needed
REDIS_URL=
# Comma separated list of allowed hostnames for CORS
# Example: DEV_ALLOWED_HOSTNAMES=localhost,127.0.0.1,::1
DEV_ALLOWED_HOSTNAMES=
DATABASE_URL=postgresql://<username>:<password>@<host>:<port>/<database>
EMAIL_HOST=
EMAIL_PORT=
EMAIL_SECURE=
EMAIL_USER=
EMAIL_PASSWORD=
DEBUG=app:*,test:*
MINIO_BUCKET=
MINIO_ENDPOINT=
MINIO_PORT=
MINIO_USE_SSL=
MINIO_ACCESS_KEY=
MINIO_SECRET_KEY=