This commit is contained in:
traveler 2025-09-26 15:44:38 -05:00
parent 5d5915a946
commit 1b4f2ab006
2 changed files with 90 additions and 0 deletions

22
Compose/peekaping/.env Normal file
View file

@ -0,0 +1,22 @@
# Database Configuration
DB_USER=root
DB_PASS=your-secure-password-here
DB_NAME=peekaping
DB_HOST=postgres
DB_PORT=5432
DB_TYPE=postgres
# Server Configuration
SERVER_PORT=8034
CLIENT_URL="http://localhost:8383"
# Application Settings
MODE=prod
TZ="America/Chicago"
# JWT settings are automatically managed in the database
# Default settings are initialized on first startup:
# - Access token expiration: 15 minutes
# - Refresh token expiration: 720 hours (30 days)
# - Secret keys are automatically generated securely