We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
USE_PROMOS
1 parent bf28567 commit bbf0d3bCopy full SHA for bbf0d3b
readthedocs/settings/docker_compose.py
@@ -47,7 +47,7 @@ class DockerBaseSettings(CommunityBaseSettings):
47
HOSTIP = ips[0][:-1] + "1"
48
49
# Turn this on to test ads
50
- USE_PROMOS = True
+ USE_PROMOS = False
51
ADSERVER_API_BASE = f"http://{HOSTIP}:5000"
52
# Create a Token for an admin User and set it here.
53
ADSERVER_API_KEY = None
0 commit comments