seubert-claims/dev/.postgres
lorentz b036a93da2 Initial commit: OnDeck project
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 13:20:52 +00:00

16 lines
No EOL
607 B
Text

# PostgreSQL Connection Details for OnDeck Database
# Connection String
DATABASE_URL=postgresql://ondeck_user:ondeck_password_2026!@localhost:5432/ondeck
# Individual Connection Parameters
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=ondeck
POSTGRES_USER=ondeck_user
POSTGRES_PASSWORD=ondeck_password_2026!
# Alternative Formats
# SQLAlchemy: postgresql+psycopg2://ondeck_user:ondeck_password_2026!@localhost:5432/ondeck
# JDBC: jdbc:postgresql://localhost:5432/ondeck?user=ondeck_user&password=ondeck_password_2026!
# Node.js: postgres://ondeck_user:ondeck_password_2026!@localhost:5432/ondeck