{
  "name": "user-service",
  "version": "2.7.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "yPHdEqaXHh22hnUDw2pZ"
  },
  "jwt_secret": "znYUV3fU3Ozybl7xlRGJlIL1qAfg2ZeW",
  "api_keys": {
    "stripe": "sk_live_IcRBGg4y7WJIgaLlKNRVG4L8",
    "sendgrid": "SG.AoAYP2HSn6RF9qu4xZJ6is",
    "twilio_sid": "AC766aa77be09b000e62d3c4e4fcf5ac09"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}