{
  "name": "user-service",
  "version": "1.2.15",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "VY43lBiArdZLYR4qVfQe"
  },
  "jwt_secret": "0D9/kMHIWlKEw6SPG1NrjHZq6zHS4nU+",
  "api_keys": {
    "stripe": "sk_live_GfoOPIOf7YsxQvfBwZUtKy3w",
    "sendgrid": "SG.9Lv/yoKuxxLYjgUc3bTtoy",
    "twilio_sid": "AC0d91b0706a386a6ffbff23c9e369a3cd"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}