{
  "name": "user-service",
  "version": "3.9.2",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5aucWeeqGvxuBuQBvHjT"
  },
  "jwt_secret": "F9Y4goD66i53P5FWwf4LYFZe3FVQ/o0o",
  "api_keys": {
    "stripe": "sk_live_xvo61WuJtGghiTyc0FR2USSM",
    "sendgrid": "SG.5z7i+7wkGyetnhOeMyLM9f",
    "twilio_sid": "ACef4c6d96525fefa84b7f687a7acce92e"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}