From 7b1b64b79c3840f6cc5e623d95ce43a800b480f8 Mon Sep 17 00:00:00 2001 From: leeoocca <36135198+leeoocca@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:43:15 +0100 Subject: [PATCH] refactor: move system.url-prefix under systems settings section --- sentry/config.example.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sentry/config.example.yml b/sentry/config.example.yml index d5a6dc322c..0764183a19 100644 --- a/sentry/config.example.yml +++ b/sentry/config.example.yml @@ -45,6 +45,10 @@ mail.host: 'smtp' # System Settings # ################### +# The URL prefix in which Sentry is accessible +# system.url-prefix: https://example.sentry.com +system.internal-url-prefix: 'http://web:9000' + # If this file ever becomes compromised, it's important to generate a new key. # Changing this value will result in all current sessions being invalidated. # A new key can be generated with `$ sentry config generate-secret-key` @@ -79,9 +83,6 @@ releasefile.cache-path: '/data/releasefile-cache' # secret_key: 'XXXXXXX' # bucket_name: 's3-bucket-name' -# The URL prefix in which Sentry is accessible -# system.url-prefix: https://example.sentry.com -system.internal-url-prefix: 'http://web:9000' symbolicator.enabled: true symbolicator.options: url: "http://symbolicator:3021"