{
  "name": "auth-service",
  "version": "1.8.16",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7VLzadoxgsZzhzNXC3Px"
  },
  "jwt_secret": "FI0/yBCJTKkzyePluyPDc8/85Ul9GvJG",
  "api_keys": {
    "stripe": "sk_live_Zz32H3a7LlGEwbS8MVcgF4SP",
    "sendgrid": "SG.IrppIsSXCMWNKplcdWyfWT",
    "twilio_sid": "ACb7040aafb8a40ac0f35b04e7684ffdc1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}