Skip to content

Commit 4258a81

Browse files
committed
i didnt mean to check these change in and change the defaults :(
1 parent 5e99128 commit 4258a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/settings/base.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class CommunityBaseSettings(Settings):
3636
# Domains and URLs
3737
PRODUCTION_DOMAIN = 'readthedocs.org'
3838
PUBLIC_DOMAIN = None
39-
USE_SUBDOMAIN = True
39+
USE_SUBDOMAIN = False
4040
PUBLIC_API_URL = 'https://{0}'.format(PRODUCTION_DOMAIN)
4141

4242
ADMINS = (
@@ -278,7 +278,7 @@ def INSTALLED_APPS(self): # noqa
278278

279279
# RTD Settings
280280
REPO_LOCK_SECONDS = 30
281-
ALLOW_PRIVATE_REPOS = True
281+
ALLOW_PRIVATE_REPOS = False
282282
GROK_API_HOST = 'https://api.grokthedocs.com'
283283
SERVE_DOCS = ['public']
284284

0 commit comments

Comments
 (0)