{
  "name": "auth-service",
  "version": "3.5.11",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ZEb4cK4xcPKw611fufCl"
  },
  "jwt_secret": "PVrdSrX5VZg6HANRweua+JRCCpFpNJ6E",
  "api_keys": {
    "stripe": "sk_live_Mf4AwOSUsz7XXAjh7IdAaTEu",
    "sendgrid": "SG.hznH27zzL7EV/Mlxafj3pp",
    "twilio_sid": "AC2ac8cd7ba822526da4f3e7777814abf5"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}