Skip to content
Snippets Groups Projects
Verified Commit 9307c1d6 authored by Mario Oenning's avatar Mario Oenning
Browse files

aurweb: Enable traceback for sandbox environments


Enable error reporting for internal server errors and show stack trace
on a sandbox/dev environment.

Signed-off-by: default avatarmoson <moson@archlinux.org>
parent 0a952609
No related branches found
No related tags found
1 merge request!768aurweb: Enable traceback for sandbox environments
......@@ -18,6 +18,10 @@ aur_location = https://{{ aurweb_domain }}
git_clone_uri_anon = https://{{ aurweb_domain }}/%s.git
git_clone_uri_priv = ssh://{{ aurweb_user }}@{{ aurweb_domain }}/%s.git
redis_address = redis://localhost
{% if aurweb_environment_type == "dev" %}
; Toggles traceback display in templates/errors/500.html.
traceback = 1
{% endif %}
[ratelimit]
request_limit = {{ aurweb_request_limt }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment