homepage/.env.example
2025-12-14 03:40:05 +01:00

8 lines
No EOL
162 B
Text

APP_PORT=9000
APP_DOMAIN=localhost
APP_ENV=development
DB_URL=jdbc:postgresql://localhost:5432/homepage
DB_USERNAME=postgres
DB_PASSWORD=postgres
DB_MIGRATE=true