{
  "name": "auth-service",
  "version": "2.2.9",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "sFtKfycreo6ujtJEI5uA"
  },
  "jwt_secret": "0UOixLmWhWylrS5FW/4HplTuYDiep8H9",
  "api_keys": {
    "stripe": "sk_live_x55OqA6HVilpUpTh0i9hEPrb",
    "sendgrid": "SG.ePapBizRUGeEA/OZWguEXy",
    "twilio_sid": "AC8f420f9e034e34b1702f96b9bad6b4ae"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}