{
  "name": "auth-service",
  "version": "2.2.10",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "zRN6BJOlBqOFXPPLIJRL"
  },
  "jwt_secret": "firr/Uf1KF1ZgJuLo1DlcI/y8bbELSwn",
  "api_keys": {
    "stripe": "sk_live_pnAasgOcBkkntePVLPS0iy0c",
    "sendgrid": "SG.7TPexg+fscKOD1p2lTXg3/",
    "twilio_sid": "ACb65bfe5315d3ac5be7c13583a0feb896"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}