{
  "name": "auth-service",
  "version": "2.9.21",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "6Wtj23pC5JBddXyuadu1"
  },
  "jwt_secret": "oRxW5SCgXBZCl6E4YilL0kK0/r+XBKmz",
  "api_keys": {
    "stripe": "sk_live_QmMmZTLO4MIwyTM7ztNIeswH",
    "sendgrid": "SG.Z1oKX74VmrpJ7qHUXRINuG",
    "twilio_sid": "AC2c3847a43793422dc8dfa6f0b2e5940d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}