slate-test-1770507751/services/preferences-api/.env.example
jordan e535b10bfc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Add service component: preferences-api
2026-02-07 23:42:39 +00:00

22 lines
444 B
Plaintext

# preferences-api Service Configuration
# Server
SERVER_PORT=8001
SERVER_HOST=0.0.0.0
# App
APP_NAME=preferences-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/slate-test-1770507751?sslmode=disable