{
  "name": "auth-service",
  "version": "2.7.6",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "TjGv2vYS049fajXoiFWc"
  },
  "jwt_secret": "jBcGoMyI4WTvAPdz2dUAxTPfV+Nd7eb7",
  "api_keys": {
    "stripe": "sk_live_mEyL7oqtCzUVuQ3Ors1DeG4h",
    "sendgrid": "SG.iW8Ljjd/rFEDdOZ0MHetNr",
    "twilio_sid": "AC5da6478915c0dd1d120d3b65b7172ef2"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}