-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
docs: clearly state that system.internal-url-prefix
shouldn't be changed
#3829
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -45,8 +45,16 @@ mail.host: 'smtp' | |||||||||||
# System Settings # | ||||||||||||
################### | ||||||||||||
|
||||||||||||
# The URL prefix in which Sentry is accessible | ||||||||||||
# This is the main URL prefix where Sentry can be accessed. | ||||||||||||
# Sentry will use this to create links to its different parts of the user interface. | ||||||||||||
# This is most helpful if you are using an external reverse proxy. | ||||||||||||
# system.url-prefix: https://example.sentry.com | ||||||||||||
|
||||||||||||
# Most of the time, this should NOT be changed. It's used for communication | ||||||||||||
# between containers. `web` is the container's name, and `9000` is the | ||||||||||||
# default port exposed by the Sentry image. If you want to change the | ||||||||||||
aldy505 marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||||
# publicly exposed domain or port, you should probably change | ||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ughhh remind me a bit later There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why? 😀 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm juggling so many things at work 😂 |
||||||||||||
# `system.url-prefix` instead. | ||||||||||||
system.internal-url-prefix: 'http://web:9000' | ||||||||||||
|
||||||||||||
# If this file ever becomes compromised, it's important to generate a new key. | ||||||||||||
|
Uh oh!
There was an error while loading. Please reload this page.