{
  "name": "auth-service",
  "version": "3.7.11",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "FSgxnDaV9YNK6iupzwBu"
  },
  "jwt_secret": "gCI6WXi0MUTXaF5tWhwuVxd8xJJcWVMG",
  "api_keys": {
    "stripe": "sk_live_OKcMD8UEybLFCImOhf6bilwk",
    "sendgrid": "SG.VPEl8r8zrcXoraxO6lNXwk",
    "twilio_sid": "AC36ed5017a8fdc86d37fae27ed33f30e7"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}