Inhaltsverzeichnis

2.4 Security

Security-related settings.

Detailed Errors

"Gateway": {
  "DetailedErrors": false  // Production: false!
}

With true, full stack traces are returned.

Ad-Hoc Queries

"Gateway": {
  "AllowAdHocQueries": false  // Disable for more security
}

Prevents direct SQL execution via /query.

Recommendations

Network Security