{
  "name": "user-service",
  "version": "2.1.10",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ewulF9ybNQ3yPKMKmr04"
  },
  "jwt_secret": "wlt09K+ITykJO2j4DeO+NlkUnTw9I6dX",
  "api_keys": {
    "stripe": "sk_live_G9ZpQTPrGSHr8EWuh6S0jWYd",
    "sendgrid": "SG.wG4gGdaZP7d6h3bK7HQw6b",
    "twilio_sid": "ACe7f071c8baf8e9734ddd31040e01c194"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}