{
  "name": "auth-service",
  "version": "3.3.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ck1KKGR6r8dYSy3330Cm"
  },
  "jwt_secret": "L6trIEIyPyFyN9fLHNAqHsp/dk7g2jpi",
  "api_keys": {
    "stripe": "sk_live_gePHpuLadQznxKnyrnqjnIPQ",
    "sendgrid": "SG.JGUKpuztoaTbFOKyk5pELg",
    "twilio_sid": "AC95e2cfff7f2cca2192e854830260b969"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}