{
  "name": "user-service",
  "version": "3.7.16",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "M5fi90ZpJXreND7vz8UJ"
  },
  "jwt_secret": "mrLjfz55hCpUUt+hpz3pzhxDTpV69IkB",
  "api_keys": {
    "stripe": "sk_live_fKjXFuWreUSvBuHR9WU0q4N4",
    "sendgrid": "SG.hZLRQtisGsDBEHIyCr/qaf",
    "twilio_sid": "AC10654e13916a3d507ce43d91525c8f15"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}