{
  "name": "user-service",
  "version": "3.1.29",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "HvGsWqpmLZIyccUesHCO"
  },
  "jwt_secret": "XytmuYKMLZ4Nai/3K4i2hOv6wFweg/BE",
  "api_keys": {
    "stripe": "sk_live_7s6nRgGhlXu4tYbejyx54kt9",
    "sendgrid": "SG.wI8FifiBRGaweWrhQuTmQo",
    "twilio_sid": "AC348e14d33392edf519661c947b7d5b0e"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}