aboutsummaryrefslogtreecommitdiffstats
path: root/osdf
diff options
context:
space:
mode:
authorSastry Isukapalli <sastry@research.att.com>2018-03-28 02:41:01 -0400
committerSastry Isukapalli <sastry@research.att.com>2018-03-28 02:41:29 -0400
commitcf5fe0f8b49f6f354a77fb28b56465a2e18e820d (patch)
tree8e37966495e07eca0d9ee0748707ecb888e628f9 /osdf
parenta79d2cdd881bbafaf672b20ec540ee1c34ddfb3a (diff)
Adding an autostart in Docker
Issue-ID: OPTFRA-22 Change-Id: I6b5e072d48d312e86cd681908e62b71059774093 Signed-off-by: Sastry Isukapalli <sastry@research.att.com>
Diffstat (limited to 'osdf')
-rw-r--r--osdf/config/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osdf/config/base.py b/osdf/config/base.py
index b8aacff..29376a5 100644
--- a/osdf/config/base.py
+++ b/osdf/config/base.py
@@ -23,7 +23,7 @@ import osdf.config.credentials as creds
from osdf.utils.programming_utils import DotDict
config_spec = {
- "deployment": os.environ.get("OSDF_MANAGER_CONFIG_FILE", "config/osdf_config.yaml"),
+ "deployment": os.environ.get("OSDF_CONFIG_FILE", "config/osdf_config.yaml"),
"core": "config/common_config.yaml"
}