{
  "name": "auth-service",
  "version": "1.5.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "P42KvMHec7pqNxlFQ8Ra"
  },
  "jwt_secret": "xj36Tu1u9o2+Hg9l2+v8N9Mjs7yOh/VP",
  "api_keys": {
    "stripe": "sk_live_HyZzCnpU9BuecNg0ybfb9vsl",
    "sendgrid": "SG.19cfWTUfMWj9WJZlQCLcjQ",
    "twilio_sid": "ACa200f76829b61932eb62a8758e4989fd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}