Fix config var
This commit is contained in:
parent
7c2b4989cc
commit
d78d2ff83c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import yaml
|
||||||
class config:
|
class config:
|
||||||
@classmethod
|
@classmethod
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
config_path = os.environ.get("STEP_CA_CERTAPI_CONFIGURATION")
|
config_path = os.environ.get("STEP_CA_INSPECTOR_CONFIGURATION")
|
||||||
if config_path is None:
|
if config_path is None:
|
||||||
print("No configuration file found")
|
print("No configuration file found")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue