pollo/.env.example

15 lines
346 B
Text
Raw Normal View History

2024-06-28 00:35:58 -06:00
# This file is used to store environment variables for the application
# Database Connection Information
2024-06-27 21:51:00 -06:00
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
2024-06-28 00:35:58 -06:00
POSTGRES_PASSWORD=password
POSTGRES_USER=atridadlahiji
POSTGRES_DB=pollo
# Security
ENCRYPTION_KEY="super-secret"
SIGNING_KEY="super-secret"
AUTH_SECRET="super-secret"
# Feature Flags
2024-06-27 21:23:51 -06:00
DEVMODE=true