feat-dev-e2e-test/services/api/.env.example
jordan 0c1e9e602d
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add service component: api
2026-02-03 01:38:31 +00:00

18 lines
286 B
Plaintext

# api Service Configuration
# Server
SERVER_PORT=8001
SERVER_HOST=0.0.0.0
# App
APP_NAME=api
APP_ENVIRONMENT=development
APP_DEBUG=true
# Logging
LOG_LEVEL=debug
LOG_FORMAT=text
# Database (if needed)
DATABASE_URL=postgres://dev:dev@localhost:5432/feat-dev-e2e-test?sslmode=disable