{
  "name": "user-service",
  "version": "2.0.15",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BNSFBYX1lrbJkQHjMMKz"
  },
  "jwt_secret": "uVL6iCZgru8hKIP6s56I7hO/1VNCWqhN",
  "api_keys": {
    "stripe": "sk_live_2GZ8Cu3zS0EcKfVIUXCHzXp2",
    "sendgrid": "SG.4qrU/Lqfzmlp8orNZuttJX",
    "twilio_sid": "ACb192228e2cf686b9527b2c042ded1176"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}