Skip to content

Commit

Permalink
add REGIONS_LIST_TTL
Browse files Browse the repository at this point in the history
  • Loading branch information
d2avids committed Jul 7, 2024
1 parent d33c708 commit a46f812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# Build paths inside the project like this: BASE_DIR / 'subdir'.
BASE_DIR = Path(__file__).resolve().parent.parent

REGIONS_LIST_TTL = 60

SECRET_KEY = os.getenv('SECRET_KEY', default='key')

Expand Down

0 comments on commit a46f812

Please sign in to comment.