mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-09-11 03:37:40 +02:00
12 lines
296 B
Bash
12 lines
296 B
Bash
# Development Environment Configuration
|
|
# Copy this file to .env and fill in your values
|
|
|
|
# Database Configuration
|
|
POSTGRES_DB=appointment_booking
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PASSWORD=your_secure_password_here
|
|
POSTGRES_PORT=5432
|
|
|
|
# Application Configuration
|
|
NODE_ENV=development
|
|
APP_PORT=5173 |