{
  "name": "user-service",
  "version": "2.0.20",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vTAS9hxTcbIBXHBU5pBJ"
  },
  "jwt_secret": "YfC58Wz33a8kJGKxtVpX0WQwoZ6Vhj1Y",
  "api_keys": {
    "stripe": "sk_live_g5oULbviEpfWPu0FokRbkYtZ",
    "sendgrid": "SG.wFLbwZlPuUFIN1u+ul71v3",
    "twilio_sid": "AC172eddf7acebc9968466db9566e492e8"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}