sp3-verify-1770325830/services/chat-api/.env.example
jordan a78d9b43d0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add service component: chat-api
2026-02-05 21:10:37 +00:00

22 lines
430 B
Plaintext

# chat-api Service Configuration
# Server
SERVER_PORT=8001
SERVER_HOST=0.0.0.0
# App
APP_NAME=chat-api
APP_ENVIRONMENT=development
APP_DEBUG=true
# Logging
LOG_LEVEL=debug
LOG_FORMAT=text
# Auth (set AUTH_ENABLED=true to require JWT for protected routes)
AUTH_ENABLED=false
JWT_SECRET=dev-secret-change-in-production
# Database (if needed)
DATABASE_URL=postgres://dev:dev@localhost:5432/sp3-verify-1770325830?sslmode=disable