seubert-claims/dev/.postgres

16 lines
607 B
Text
Raw Normal View History

# 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