{
  "name": "auth-service",
  "version": "2.2.23",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LGcACxNDM7FpEh33vgB0"
  },
  "jwt_secret": "ItKlDSfs9XkkHS5Zp7A8E6XykLC8mZf0",
  "api_keys": {
    "stripe": "sk_live_A8dHWYuurrCJTYxs8nkXfjD4",
    "sendgrid": "SG.1sjNfHjEE2T09wZmFqLP16",
    "twilio_sid": "AC7474244669f1dec63f04cc107855b70c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}