{
  "name": "auth-service",
  "version": "1.7.25",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "eUnxolEvOsjIpuBedoH4"
  },
  "jwt_secret": "9+YfZVmPLDNsnJvvRTKwbJCQIQeWeW1F",
  "api_keys": {
    "stripe": "sk_live_K21mD7gWPPqVCSdyhCdPquuB",
    "sendgrid": "SG.NxoAm3ZferflfJOMvClme5",
    "twilio_sid": "AC5900f380fca28419d538bebcbcff0052"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}