{
  "name": "auth-service",
  "version": "3.2.25",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ZsODKYKQzww2r9iNRKIx"
  },
  "jwt_secret": "7JA+u6Q3ru2FeQ/8csCguaZ1Gumvx/4e",
  "api_keys": {
    "stripe": "sk_live_cTI5tPflVFdZr3GAqGKl1Uiq",
    "sendgrid": "SG.CASAI3LCjFBOVBXbsP4zwN",
    "twilio_sid": "AC43f114960745defb5c5b52a458a96d2e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}