Skip to content

Commit f864881

Browse files
authored
Merge pull request #7925 from readthedocs/humitos/slumber-admin-local-env
2 parents a3f3705 + 43e4f9c commit f864881

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readthedocs/settings/docker_compose.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ class DockerBaseSettings(CommunityDevSettings):
2020
PUBLIC_API_URL = f'http://{PRODUCTION_DOMAIN}'
2121

2222
SLUMBER_API_HOST = 'http://web:8000'
23+
SLUMBER_USERNAME = 'admin'
24+
SLUMBER_PASSWORD = 'admin'
2325

2426
RTD_EXTERNAL_VERSION_DOMAIN = 'org.dev.readthedocs.build'
2527

0 commit comments

Comments
 (0)