Skip to content
Snippets Groups Projects
Commit 383c4d80 authored by Ismael Posada Trobo's avatar Ismael Posada Trobo
Browse files

DEV: Add optional ENV variables for MiniProfiler snapshots transporter...

DEV: Add optional ENV variables for MiniProfiler snapshots transporter (https://github.com/discourse/discourse/commit/a04c3004952ff228225cce28b5aa18cc45b1dfe2)
parent 630ae4c7
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,16 @@ load_mini_profiler = true
# Default is never
mini_profiler_snapshots_period = 0
# specify the URL of the destination that MiniProfiler should ship snapshots to
# mini_profiler_snapshots_transport_auth_key is required as well
mini_profiler_snapshots_transport_url =
# authorization key that will be included as a header in requests made by the
# snapshots transporter to the URL specified above. The destination should
# know this key and only accept requests that have this key in the
# `Mini-Profiler-Transport-Auth` header.
mini_profiler_snapshots_transport_auth_key =
# recommended, cdn used to access assets
cdn_url =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment