Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Remove default prefix in _gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
javierdelapuente committed Oct 3, 2024
1 parent 3aecda0 commit 6e753e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paas_app_charmer/_gunicorn/wsgi_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def __init__( # pylint: disable=too-many-arguments
database_migration=database_migration,
configuration_prefix=f"{workload_config.framework.upper()}_",
framework_config_prefix=f"{workload_config.framework.upper()}_",
integrations_prefix="",
)
self._webserver = webserver

Expand Down

0 comments on commit 6e753e0

Please sign in to comment.