{
  "name": "user-service",
  "version": "1.9.20",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Skb7gWQXsnIfyotw6zu8"
  },
  "jwt_secret": "o/aVvWaqU+3BS+93MsoW7rB3i4bJ8wPu",
  "api_keys": {
    "stripe": "sk_live_js3sKsTlVvQhPLu8WJS9DEKw",
    "sendgrid": "SG.ptX89tvPMHseNlut81IS0B",
    "twilio_sid": "ACaad98b77581cb9d885eb873eff7c5756"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}