Skip to content

Commit

Permalink
Update formatting in the settings.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hyagi committed Jan 7, 2025
1 parent 6e35d29 commit cb4755c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/admin/reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,11 +196,13 @@ this setting only applies to uploads created after the change.

### CONTENT_ORIGIN

A string containing the protocol, fqdn, and port where the content app is reachable by
users. This is used by `pulpcore` and various plugins when referring users to the content app.
A string containing the protocol, fqdn, and port where the content app is reachable by users.
This is used by `pulpcore` and various plugins when referring users to the content app.
For example if the API should refer users to content at using http to pulp.example.com on port
24816, (the content default port), you would set: `http://pulp.example.com:24816`. The default is
`None`. When set to `None`, the API returns relative URLs (without the protocol, fqdn, and port).
24816, (the content default port), you would set: `https://pulp.example.com:24816`. The default is `None`.
When set to `None`, the `base_url` for Distributions is a relative path.
This means the API returns relative URLs without the protocol, fqdn, and port.


### HIDE_GUARDED_DISTRIBUTIONS

Expand Down

0 comments on commit cb4755c

Please sign in to comment.