{
  "name": "auth-service",
  "version": "3.9.3",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "M3v3gnAtTQEGCNigspo3"
  },
  "jwt_secret": "x3tX+QEjcxmkbJ7PWe4X4r1JhIxc315s",
  "api_keys": {
    "stripe": "sk_live_0gjE3tWUTrpI2wLGp3SKnwNz",
    "sendgrid": "SG.xChSfU1ya1tR0AuJWpNsqZ",
    "twilio_sid": "AC0bd9d94a894bc2674219cb2f3f059ff6"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}