2024-06-28 00:35:58 -06:00
|
|
|
# This file is used to store environment variables for the application
|
|
|
|
# Database Connection Information
|
|
|
|
POSTGRES_PASSWORD=password
|
2024-09-01 17:58:33 -06:00
|
|
|
POSTGRES_USER=username
|
2024-06-28 00:35:58 -06:00
|
|
|
|
|
|
|
# Security
|
|
|
|
ENCRYPTION_KEY="super-secret"
|
|
|
|
SIGNING_KEY="super-secret"
|
|
|
|
AUTH_SECRET="super-secret"
|
|
|
|
|
|
|
|
# Feature Flags
|
2024-09-01 17:58:33 -06:00
|
|
|
DEVMODE=true
|