config update

Was using engineroot.txt as a search slug, that file no longer exists, switched to engine.json
This commit is contained in:
Jonny Galloway
2021-04-22 10:20:30 -05:00
committed by gallowj
parent 3c5c692148
commit 3fd7649a9f
4 changed files with 8 additions and 10 deletions
@@ -218,7 +218,7 @@ os.environ["DYNACONF_DCCSI_DEV_MODE"] = str(_DCCSI_DEV_MODE)
# search up to get \dev
_LY_DEV = azpy.config_utils.get_stub_check_path(in_path=_DCCSIG_PATH,
check_stub='engineroot.txt')
check_stub='engine.json')
os.environ["DYNACONF_LY_DEV"] = str(_LY_DEV.resolve())
_LY_PROJECT = azpy.config_utils.get_current_project(_LY_DEV)
os.environ["DYNACONF_LY_PROJECT"] = _LY_PROJECT