{
  "name": "auth-service",
  "version": "1.8.28",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zjEdmBDfp4XL2zZi6042"
  },
  "jwt_secret": "B0kZqRy91mrTKemmdDwjoDuga1uf8ttn",
  "api_keys": {
    "stripe": "sk_live_XCCNdUEGOKMbRZRPhJx36Csq",
    "sendgrid": "SG./Y12lddvgWGB8/6oO6DDWt",
    "twilio_sid": "ACe48f41363e05c7303901eab889e51fc6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}