Skip to content

Commit 8accfb4

Browse files
committed
Put comment
1 parent 8106c8e commit 8accfb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

readthedocs/settings/base.py

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ class CommunityBaseSettings(Settings):
4141
PUBLIC_DOMAIN_USES_HTTPS = False
4242
USE_SUBDOMAIN = False
4343
PUBLIC_API_URL = 'https://{}'.format(PRODUCTION_DOMAIN)
44+
# Some endpoints from the API can be proxied on other domain
45+
# or use the same domain where the docs are being served
46+
# (omit the host of that's the case).
4447
RTD_PROXIED_API_URL = PUBLIC_API_URL
4548
EXTERNAL_VERSION_URL = None # for pull request builds
4649

0 commit comments

Comments
 (0)