{
  "name": "auth-service",
  "version": "1.7.22",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AC280ViOEzMBtAyDqk8j"
  },
  "jwt_secret": "GNk8JZeInSOaAJUatUPuaOmfnuyhx2EV",
  "api_keys": {
    "stripe": "sk_live_Qx3ZcTB9O138mk4hsv66IIJq",
    "sendgrid": "SG.q7Xk+ubzNy/iPxgZzj0OCs",
    "twilio_sid": "AC3fe495b28752970609ec6a4a34c83c77"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}