{
  "name": "user-service",
  "version": "1.4.2",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "w7xRgWXpLxTjffqcQ3uj"
  },
  "jwt_secret": "sJcF5aNTZlHX7gcdySTM1cB0u5MzK5xc",
  "api_keys": {
    "stripe": "sk_live_AEAyu4i7ixF1xJZ9M9I9PjIY",
    "sendgrid": "SG.SxSQ3IggLaKrMFGYk01oNP",
    "twilio_sid": "AC58dc56a1a839627402f11f9d6630f2a3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}