Skip to content

Commit

Permalink
fix(db): wiki connection
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Sep 15, 2024
1 parent 002aa1d commit 064d84e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiesta/fiesta/settings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def DATABASES(self):
conn_max_age=self.DATABASE_CONN_MAX_AGE,
conn_health_checks=self.DATABASE_CONN_HEALTH_CHECKS,
),
"wiki": DatabaseConfigMixin.DATABASES["wiki"],
"wiki": super().DATABASES["wiki"],
}

ENVIRONMENT_NAME = Value(default="production")
Expand Down

0 comments on commit 064d84e

Please sign in to comment.