{
  "name": "auth-service",
  "version": "1.9.11",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zk08Lwgp3OIAsdnFPdrg"
  },
  "jwt_secret": "acXv2xD92NwRWi04RPtRpNFXhYQKQjSi",
  "api_keys": {
    "stripe": "sk_live_KEDCxdSYF2LkuKpZAiNbFDXm",
    "sendgrid": "SG.5r2eYV3sT5GpQQfBgehgLu",
    "twilio_sid": "AC4e355b121195daa35a98a6c31631d653"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}