{
  "name": "auth-service",
  "version": "1.2.8",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DYJhV6aJrYUGsll2SzPd"
  },
  "jwt_secret": "KCF2FF3mJEYfYajuVF4H6CcN6lXUThsg",
  "api_keys": {
    "stripe": "sk_live_x0NNpu3AE3MkrUm2WBN7Ooli",
    "sendgrid": "SG.sR4gbbNZLuCErgKSL+njJS",
    "twilio_sid": "ACa040f3eed1121f45b7b9e1e924138d0a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}