{
  "name": "auth-service",
  "version": "1.1.21",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "aqwckRKJZPmDYeqfUI9u"
  },
  "jwt_secret": "YW3l0VqZTcxw06qi/2NZLBDNr8jgGmGX",
  "api_keys": {
    "stripe": "sk_live_kQ8Om8Yr5JuG4K4Q2efx49Rp",
    "sendgrid": "SG.vgj01omZiEWN8uTx7Oobzt",
    "twilio_sid": "AC7737df47e95494b07d7ddcb56c6ea140"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}