Skip to content

Commit bbf0d3b

Browse files
authored
Settings: revert USE_PROMOS setting (#11400)
I introduced this by mistake in #11377. I'm reverting this change.
1 parent bf28567 commit bbf0d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/settings/docker_compose.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class DockerBaseSettings(CommunityBaseSettings):
4747
HOSTIP = ips[0][:-1] + "1"
4848

4949
# Turn this on to test ads
50-
USE_PROMOS = True
50+
USE_PROMOS = False
5151
ADSERVER_API_BASE = f"http://{HOSTIP}:5000"
5252
# Create a Token for an admin User and set it here.
5353
ADSERVER_API_KEY = None

0 commit comments

Comments
 (0)