Skip to content

Commit

Permalink
Added port setting
Browse files Browse the repository at this point in the history
  • Loading branch information
caparker committed Jul 10, 2024
1 parent 12785f6 commit a6e6075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdk/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Settings(BaseSettings):
PROJECT: str = "openaq"
API_CACHE_TIMEOUT: int = 900
LOG_LEVEL: str = "INFO"
REDIS_PORT: int | None = 6379
REDIS_SECURITY_GROUP_ID: str | None = None
API_LAMBDA_MEMORY_SIZE: int = 1536
API_LAMBDA_TIMEOUT: int = 15 # lambda timeout in seconds
Expand Down

0 comments on commit a6e6075

Please sign in to comment.