{
  "name": "auth-service",
  "version": "3.3.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "tfEVSojCclqGA4kaXM74"
  },
  "jwt_secret": "nCOD6fjAb8uyLJWsHyQBP9jPz1qnDTl6",
  "api_keys": {
    "stripe": "sk_live_v0rnvwNTpNvh3bOuOzg1lNEm",
    "sendgrid": "SG.3HLbeX2Le70hafmF71aoBz",
    "twilio_sid": "AC3f60dd03f328836997ce94d22989295b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}