Skip to content

Commit 0aa26be

Browse files
committed
printing all environment variables
1 parent 5d822b8 commit 0aa26be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/endpoints/environment.py

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ def get(self, ade_host):
6161

6262
def get_config(ade_host):
6363
print("graceal1 in get_config for API ")
64+
print(os.environ)
6465
api_host = os.getenv("MAAP_API_HOST", constants.DEFAULT_API)
6566
print("graceal1 api host is ")
6667
print(os.getenv("MAAP_API_HOST"))

0 commit comments

Comments
 (0)