Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacfarl committed May 19, 2023
1 parent 82e9831 commit 181bbf5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/app_engine/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
ORIGIN = os.getenv('ORIGIN')

# REDIS_IP_ADDR may be set in the environment in app engine, but not cloud functions.
# REDIS_IP_ADDR = os.getenv('REDIS_IP_ADDR')
REDIS_IP_ADDR = None
REDIS_IP_ADDR = os.getenv('REDIS_IP_ADDR')

# Expects to be 'development' or 'production'
ENVIRONMENT = os.getenv('ENVIRONMENT')
Expand All @@ -44,4 +43,4 @@
MAX_VIDEO_RESOLUTION_HEIGHT = 2160
MAX_VIDEOS_TRACKING_PER_TEAM = 3
MAX_BOUNDING_BOX_PER_FRAME = 10
MAX_DATASETS_PER_TEAM = 20
MAX_DATASETS_PER_TEAM = 20

0 comments on commit 181bbf5

Please sign in to comment.