{
  "name": "auth-service",
  "version": "2.2.28",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SrLnSLPfVVjdWKT6hNfs"
  },
  "jwt_secret": "Rg5txUtT71y+fRWlEuEV7n7IWVFeouES",
  "api_keys": {
    "stripe": "sk_live_1gFPQEsiCLZGf6cx54G85ccA",
    "sendgrid": "SG.dm3jd3cdFnDCao/7LBvQqK",
    "twilio_sid": "AC1ea6433aed87a13e58ee7561c2a279e0"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}