{
  "name": "auth-service",
  "version": "2.6.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "h881157pilBY8cplg72t"
  },
  "jwt_secret": "vyHSvTbP7+61NMRet3aRrM7+Onb3a+Y1",
  "api_keys": {
    "stripe": "sk_live_WGbA4qcug92B3edH6VHYo0hb",
    "sendgrid": "SG.JyIhOzN3Cdaw94APu54vof",
    "twilio_sid": "ACf0f5e93a33762ad9ca9bb3faedc453a4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}