2025-11-05 15:06:07 +00:00
|
|
|
# Server Configuration
|
|
|
|
|
PORT=8080
|
|
|
|
|
HOST=localhost
|
|
|
|
|
|
|
|
|
|
# Database Configuration
|
|
|
|
|
DB_HOST=localhost
|
|
|
|
|
DB_PORT=5432
|
|
|
|
|
DB_USER=postgres
|
2025-11-07 20:54:18 +00:00
|
|
|
DB_PASSWORD=123
|
2025-11-05 15:06:07 +00:00
|
|
|
DB_NAME=booking_system
|
|
|
|
|
DB_SSLMODE=disable
|
|
|
|
|
|
|
|
|
|
# JWT Configuration
|
|
|
|
|
JWT_SECRET=your-super-secret-jwt-key
|
|
|
|
|
JWT_EXPIRATION=24h
|
|
|
|
|
|
|
|
|
|
# Stripe Configuration
|
|
|
|
|
STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key
|
|
|
|
|
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret
|
|
|
|
|
STRIPE_PUBLISHABLE_KEY=pk_test_your_publishable_key
|
|
|
|
|
|
|
|
|
|
# SMTP Configuration
|
2025-11-07 20:54:18 +00:00
|
|
|
SMTP_HOST=smtp.hostinger.com
|
|
|
|
|
SMTP_PORT=465
|
|
|
|
|
SMTP_USERNAME=hello@attunehearttherapy.com
|
|
|
|
|
SMTP_PASSWORD="G&n2S;ffTc8f"
|
|
|
|
|
SMTP_FROM=hello@attunehearttherapy.com
|
2025-11-05 15:06:07 +00:00
|
|
|
|
|
|
|
|
# Jitsi Configuration
|
2025-11-07 20:54:18 +00:00
|
|
|
# JITSI_BASE_URL=https://meet.jit.si
|
2025-11-07 20:30:06 +00:00
|
|
|
JITSI_BASE_URL=https://meet.attunehearttherapy.com
|
|
|
|
|
JITSI_API_KEY=your_jitsi_api_key
|
|
|
|
|
JITSI_APP_ID=attunehearttherapy_id
|
2025-11-07 20:54:18 +00:00
|
|
|
JITSI_PRIVATE_KEY=attunehearttherapy_jitsi_private_key
|