{
  "name": "user-service",
  "version": "1.0.28",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "PwSexXEVXK5iJn4GiafI"
  },
  "jwt_secret": "n+ssYRywfYya+NZsPPLm4QH7WKsuMME9",
  "api_keys": {
    "stripe": "sk_live_XeetLZMqBWOjPkjUA8NUZYfR",
    "sendgrid": "SG.5ePVtjBcG7hgGE0sEtVTsJ",
    "twilio_sid": "AC02c4375db7b8c473a4575b38f78fd285"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}