Skip to content

Commit 2505c11

Browse files
committed
undo PULP_ prefix
1 parent b22a3b7 commit 2505c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/etc/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
on the per environment basis. e.g: export PULP_GALAXY_....
2222
"""
2323

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)
24+
X_PULP_CONTENT_HOST = os.environ.get('X_PULP_CONTENT_HOST', 'pulp-content-app')
25+
X_PULP_CONTENT_PORT = os.environ.get('X_PULP_CONTENT_HOST', 24816)
2626

2727
DATABASES = {
2828
'default': {

0 commit comments

Comments
 (0)