{
  "name": "auth-service",
  "version": "1.0.25",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "GLmjlxRI2SfMrGCexxtf"
  },
  "jwt_secret": "JdYlTOQHR0GFG6lxyjdto/X42++BkK03",
  "api_keys": {
    "stripe": "sk_live_EYhLJM7SoIexkHy6o2mcnSD1",
    "sendgrid": "SG.3vpfQph8/2ZbpIR3TirYny",
    "twilio_sid": "AC1a902c559091346ebde6a6a16ef15f9f"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}