{
  "name": "auth-service",
  "version": "1.3.15",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Okv2GYVRTeJGInOHncgs"
  },
  "jwt_secret": "uS1F9xHAO648Qce0Kx1SSlsvJ2SNm2yK",
  "api_keys": {
    "stripe": "sk_live_yqJBACuLs6EHVFT7Gdm4PzoO",
    "sendgrid": "SG.iGJJ6ulecs+bK4xE/UEb65",
    "twilio_sid": "AC5556aa3d722a8968508b5e5ccf80644c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}