We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22a3b7 commit 2505c11Copy full SHA for 2505c11
docker/etc/settings.py
@@ -21,8 +21,8 @@
21
on the per environment basis. e.g: export PULP_GALAXY_....
22
"""
23
24
-X_PULP_CONTENT_HOST = os.environ.get('PULP_X_PULP_CONTENT_HOST', 'pulp-content-app')
25
-X_PULP_CONTENT_PORT = os.environ.get('PULP_X_PULP_CONTENT_HOST', 24816)
+X_PULP_CONTENT_HOST = os.environ.get('X_PULP_CONTENT_HOST', 'pulp-content-app')
+X_PULP_CONTENT_PORT = os.environ.get('X_PULP_CONTENT_HOST', 24816)
26
27
DATABASES = {
28
'default': {
0 commit comments