Skip to content

Commit

Permalink
Simplify production DATABASES setting to extend base definition (#3969
Browse files Browse the repository at this point in the history
)
  • Loading branch information
adinhodovic committed Dec 6, 2022
1 parent d272d97 commit 33af8e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions {{cookiecutter.project_slug}}/config/settings/production.py
Expand Up @@ -22,8 +22,6 @@

# DATABASES
# ------------------------------------------------------------------------------
DATABASES["default"] = env.db("DATABASE_URL") # noqa F405
DATABASES["default"]["ATOMIC_REQUESTS"] = True # noqa F405
DATABASES["default"]["CONN_MAX_AGE"] = env.int("CONN_MAX_AGE", default=60) # noqa F405

# CACHES
Expand Down

0 comments on commit 33af8e3

Please sign in to comment.