{
  "name": "auth-service",
  "version": "1.5.1",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EC1NPM0k2xS59uCqwWQ8"
  },
  "jwt_secret": "L5dAfHlxZgsSnfrQ/fGip+I9pml7srR0",
  "api_keys": {
    "stripe": "sk_live_XWAi2bIMey6Lz5HLAiJYZ9Ql",
    "sendgrid": "SG.iS4GyhhBjTRmakd/hitKZ6",
    "twilio_sid": "ACf8e98e61aff0a89cb6264ee3f2ac6713"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}