{
  "name": "auth-service",
  "version": "1.8.5",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "YE2QpvGGFjLYiO2fX6Cv"
  },
  "jwt_secret": "KB9RUWQXv3NJchTrCkNCruPDB9V02oxF",
  "api_keys": {
    "stripe": "sk_live_ofi5k12zYekryFFNh88Scex3",
    "sendgrid": "SG.IUg8BiNCHDR34CKT0x6o9Q",
    "twilio_sid": "ACffe4a2154d6874cc608d27cdfbc25396"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}