{
  "name": "auth-service",
  "version": "1.0.7",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "IujALzwGMIrZcfp0QFRA"
  },
  "jwt_secret": "mrJfE4jkyfX9pmveQ8fTRrIHHUT9xlKP",
  "api_keys": {
    "stripe": "sk_live_1vMBFExHMjOU7yOrCCakXmcJ",
    "sendgrid": "SG.XKcarPfdIUPNT9I+4fjoY6",
    "twilio_sid": "ACacc7580f0b0288c46f8a443a89cfa69a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}