{
  "name": "user-service",
  "version": "1.1.12",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "UghWsNQW3TZbNOb8YfGS"
  },
  "jwt_secret": "+9PWaBOeJRfac9tfPOyV9ehY4mfTGPt5",
  "api_keys": {
    "stripe": "sk_live_2SEMpUUGtZefDMTCnDXIkPZi",
    "sendgrid": "SG.cXcr6qoR8/0Xj29NvKasOq",
    "twilio_sid": "AC3cb610f8fd7b4f1715cd8aee95f3df3d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}