{
  "name": "auth-service",
  "version": "2.1.3",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uiQ0ursSLQtopjJpYN4Q"
  },
  "jwt_secret": "bjtF1VmtTqC+VH71h/2M+iokeGMhhKgZ",
  "api_keys": {
    "stripe": "sk_live_00yRTaozWYxgyukdZ19ISzb3",
    "sendgrid": "SG.5Tm9JuseYe6MiW20WdFwyW",
    "twilio_sid": "ACa2f72242170c39405914a7e85f663944"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}