{
  "name": "user-service",
  "version": "2.1.22",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ykLfXcEqEqizAtYnKd2R"
  },
  "jwt_secret": "/olAH7bvmGQVfNn6zJJMxgGLNGfdqWMZ",
  "api_keys": {
    "stripe": "sk_live_XBMnOPLpRoingFhhVlmTe48Q",
    "sendgrid": "SG.jJPKxZu37FAzR6Vv+bC3Zu",
    "twilio_sid": "ACf86e2361da225745cde39860fc17c352"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}