{
  "name": "auth-service",
  "version": "2.9.10",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "BMdJ5xNlcn7XBx1Ztwmm"
  },
  "jwt_secret": "+FNrCzPdjTseu+d4uqRYb/f3xb/boqjQ",
  "api_keys": {
    "stripe": "sk_live_nKwR4UbYAKG4HFXwcrLsQYsB",
    "sendgrid": "SG.pTBAHrrh04lkCD8zYwhebA",
    "twilio_sid": "ACbcba3d051a58a51e34fd6b7457356bea"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}