{
  "name": "auth-service",
  "version": "2.5.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "AbjJamhXwTTPFlwsiS2R"
  },
  "jwt_secret": "N8m+X8rT4qyoOhdP25kD5w3PkLmCyA1m",
  "api_keys": {
    "stripe": "sk_live_EaNaPRbfs7DVHt4V5zEYgNDr",
    "sendgrid": "SG.33L2DjYBlPG6CleVbqb0DT",
    "twilio_sid": "AC1493b1737531ee3395fd68ab1903697d"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}