{
  "name": "auth-service",
  "version": "3.0.5",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BfFjSCTA8dKkAWsby6nn"
  },
  "jwt_secret": "rW/HIU9b8TFwvGj4zIlGva9VDnsYi9PL",
  "api_keys": {
    "stripe": "sk_live_40CbLtuy26V2T7SefCi6RcVY",
    "sendgrid": "SG.QcQa4/yywd8sutf7ZM6LfL",
    "twilio_sid": "AC3701f4ce42d39e915f12258e86a4819e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}