{
  "name": "auth-service",
  "version": "1.9.25",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1ntGre7g0QGzoaMHYNV6"
  },
  "jwt_secret": "eM3wi+NOlKNYZgK5VHSaVaoiz0bZgBXI",
  "api_keys": {
    "stripe": "sk_live_8YyDSHqswy3eZ3RFEYskzcYj",
    "sendgrid": "SG.jJFsyaagEDfTl3YqLnXX54",
    "twilio_sid": "AC3ff8c9709c24b5e65b961beee60291df"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}