Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
damm89 committed Mar 13, 2024
1 parent 2c092d5 commit a36c7ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ jobs:
- 5432:5432
# needed because the postgres container does not provide a healthcheck
options: >-
--health-cmd pg_isready -U postgres -d postgres
--health-interval 10s
--health-timeout 5s
--health-retries 5
--health-cmd="pg_isready -U postgres -d postgres"
--health-interval=10s
--health-timeout=5s
--health-retries=5
redis:
image: redis:5
Expand Down
1 change: 0 additions & 1 deletion backend/src/zac/conf/includes/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
#
# DATABASE and CACHING setup
#

DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql",
Expand Down

0 comments on commit a36c7ff

Please sign in to comment.