{
  "name": "user-service",
  "version": "1.7.18",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "T8nZwwsHDzm7OR2HS9Sb"
  },
  "jwt_secret": "mzUazMCfMgqXeJYWBDly5bvjezG2BGzt",
  "api_keys": {
    "stripe": "sk_live_p51VtMXc4ALh02RfjcPqNa3V",
    "sendgrid": "SG.GLUpUqfDNZ5WjnzVVOgWGI",
    "twilio_sid": "ACc3d876f7716c1dcd1df05cb8d2ef074c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}