Skip to content

Commit

Permalink
Add APPLICATION_ROOT to docker_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Hielke Jager committed Nov 29, 2024
1 parent b5967c3 commit 60de8de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions puppetboard/docker_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def coerce_bool(v, default):
return False
return default

APPLICATION_ROOT = os.getenv('PUPPETBOARD_URL_PREFIX','/')

PUPPETDB_HOST = os.getenv('PUPPETDB_HOST', 'puppetdb')
PUPPETDB_PORT = int(os.getenv('PUPPETDB_PORT', '8080'))
Expand Down

0 comments on commit 60de8de

Please sign in to comment.