{
  "name": "auth-service",
  "version": "1.0.5",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "L4161dg17dcpOZL7lSIO"
  },
  "jwt_secret": "sT50JVOzLIMsPJh0ZrFNCTu0rIAS1NV8",
  "api_keys": {
    "stripe": "sk_live_IUnYWRK32RIPVceOJsQgMM7S",
    "sendgrid": "SG./1GtLcb2aLGt27IlutW+Yr",
    "twilio_sid": "AC3b03bb06f018f3f1ca158d9ec3da458b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}