{
  "name": "auth-service",
  "version": "3.8.18",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YZKlKhkHB6k87ToALqtd"
  },
  "jwt_secret": "Z4yxPyK3eDRRYlOVP4K4evgGY79CzvNN",
  "api_keys": {
    "stripe": "sk_live_ThhoP2ZSogHaghwYqrzmrkcs",
    "sendgrid": "SG.niHq5kQ71AlWiF4u4skFfj",
    "twilio_sid": "AC3186aa3617986164ba443ef0f9762b97"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}