{
  "name": "auth-service",
  "version": "3.6.11",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "XhvNl6HwlC9Ga38NHm6o"
  },
  "jwt_secret": "aIBrXqSmqde2CemD++Vx2KAcQEQ2fBo6",
  "api_keys": {
    "stripe": "sk_live_XHpbYoW2hLuzO4w2p7ZNDQuT",
    "sendgrid": "SG.590AduXDXKs8ilVtwG4NPR",
    "twilio_sid": "AC6771065eb8eb1b9814a986acf077bf4c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}