{
  "name": "user-service",
  "version": "1.6.21",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4ftWRX7xIDwaGCBOyf6H"
  },
  "jwt_secret": "xGoZGzO5tsMbDtgouxd4B03eNjhVHTPK",
  "api_keys": {
    "stripe": "sk_live_QSiG5AGZ3mcI3Dq5xcguJI51",
    "sendgrid": "SG.AqaSZcoc/axysN8TjnhX9L",
    "twilio_sid": "ACd8f5291649318817525d4b3025d22d39"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}