{
  "name": "auth-service",
  "version": "1.8.29",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "uLDgwnx6aniT93W2qzjC"
  },
  "jwt_secret": "xCdsTYByNOtVMvJjgauY6GKmkUTsEGII",
  "api_keys": {
    "stripe": "sk_live_Xk4SVV0eyVRb6GdNPchD6tdc",
    "sendgrid": "SG.BKkok27RzN1jcyrXCS03HM",
    "twilio_sid": "AC9040f83cae9101056e971a82d0c54846"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}