{
  "name": "auth-service",
  "version": "1.6.12",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DeV6tGPKQFOFTe8olR5t"
  },
  "jwt_secret": "ikmx09lYnjCw4kWfirDZjp9tXFEVxeAk",
  "api_keys": {
    "stripe": "sk_live_bQCNDZq5snKK7AlZdCD9hrmB",
    "sendgrid": "SG.ZOKswX1Cg2ju8bePo0IC+R",
    "twilio_sid": "AC39d2839953b63fa427776330744bce21"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}