We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d822b8 commit 0aa26beCopy full SHA for 0aa26be
api/endpoints/environment.py
@@ -61,6 +61,7 @@ def get(self, ade_host):
61
62
def get_config(ade_host):
63
print("graceal1 in get_config for API ")
64
+ print(os.environ)
65
api_host = os.getenv("MAAP_API_HOST", constants.DEFAULT_API)
66
print("graceal1 api host is ")
67
print(os.getenv("MAAP_API_HOST"))
0 commit comments