{
  "name": "user-service",
  "version": "3.1.24",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5Y7TFwVtyKfBT0e36OVa"
  },
  "jwt_secret": "4h1zF7S6pAp7zG1T6La2LWu6JkhWthay",
  "api_keys": {
    "stripe": "sk_live_1CuoA9143eeDRTmTbY40fXz3",
    "sendgrid": "SG.JwSELkIdIWy9tVTf5CFrLa",
    "twilio_sid": "AC6b7b8a9b47cbe8bb207505931d0f9129"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}