{
  "name": "user-service",
  "version": "1.8.1",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vCnugrofq21xRkXsLKTF"
  },
  "jwt_secret": "5hbI9dlVDilqENAhi3AQcW91zSdbdJpK",
  "api_keys": {
    "stripe": "sk_live_hsLwaJDg8iaDL9ZpB0TfTIg0",
    "sendgrid": "SG.gUTVHIUR69iKMS0jNYpfVL",
    "twilio_sid": "AC3d01fbca317615f44f35108f53d3669b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}