Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9c6eaa7

Browse files
pjonssonomad
authored andcommittedMar 25, 2025·
wsgi: use 1.9 config variable name
The behavior is different when this variable contains a list of paths, but that is not the case here, so just replace the old variable with the new variable.
1 parent 378e3bc commit 9c6eaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎datacube_ows/wsgi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
sys.path.append("/opt")
1414

1515
# The location of the datcube config file.
16-
os.environ.setdefault("DATACUBE_CONFIG_PATH", "/opt/odc/.datacube.conf.local")
16+
os.environ.setdefault("ODC_CONFIG_PATH", "/opt/odc/.datacube.conf.local")
1717

1818
from datacube_ows import __version__
1919

0 commit comments

Comments
 (0)
Please sign in to comment.