{
  "name": "user-service",
  "version": "1.0.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "g5eCdpMwi0qJKidXo5RP"
  },
  "jwt_secret": "J9lhbZ+7F9H+Se1AWb0kTg6XO8apABWI",
  "api_keys": {
    "stripe": "sk_live_4jNO4cVRI8i47VVF65YYBtIa",
    "sendgrid": "SG.lJboTr3S3hN8aJESXOTmbk",
    "twilio_sid": "ACbe1be623d32979ebc773020d772fda4a"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}