pollo/.env.example
2024-09-01 17:58:33 -06:00

12 lines
281 B
Text

# This file is used to store environment variables for the application
# Database Connection Information
POSTGRES_PASSWORD=password
POSTGRES_USER=username
# Security
ENCRYPTION_KEY="super-secret"
SIGNING_KEY="super-secret"
AUTH_SECRET="super-secret"
# Feature Flags
DEVMODE=true