{
  "name": "user-service",
  "version": "3.3.22",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Lj4ap3wQezflH6uvhQsW"
  },
  "jwt_secret": "Hp5Pir3CLSstBP8IGuqkmoe6gDmENQyR",
  "api_keys": {
    "stripe": "sk_live_lS592jRoYedIPwWd7nJeRb0O",
    "sendgrid": "SG.NeEMJpuUCMdo5R5TuWQkTr",
    "twilio_sid": "AC67ae043cbc7f566822693d7c80a26c85"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}