{
  "name": "auth-service",
  "version": "2.1.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Eef4bgbXICC9BHwIfh2S"
  },
  "jwt_secret": "kGhmpZDvYfswUu6m/rt1fP3xc0zZJ5tC",
  "api_keys": {
    "stripe": "sk_live_rxzGvsL7mtkw3XbzYryDmATI",
    "sendgrid": "SG.H/PBeJwjApThtwU5juNU/E",
    "twilio_sid": "AC28d53dcddcaa91b0a2243719cb05b6db"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}