Move inventory api key to const

This commit is contained in:
2023-08-18 03:54:11 +03:00
parent f1cb8e6cfe
commit dc34c66c6e
2 changed files with 2 additions and 2 deletions

View File

@@ -19,3 +19,4 @@ MONGO_URI = os.environ["MONGO_URI"]
MEMBERS_HOST = os.environ["MEMBERS_HOST"]
SLACK_VERIFICATION_TOKEN = os.environ["SLACK_VERIFICATION_TOKEN"] # used to verify (deprecated) incoming requests from slack
SLACK_DOORLOG_CALLBACK = os.environ["SLACK_DOORLOG_CALLBACK"] # used for sending logs to private channel
INVENTORY_API_KEY = os.environ["INVENTORY_API_KEY"]