Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ def _pebble_layer(self) -> Layer:
"ALLOWED_HOST_DJANGO": f"{self.external_host},{self.internal_host}",
"SCRIPT_NAME": f"/{self.model.name}-{self.model.app.name}",
"COS_MODEL_NAME": f"{self.model.name}",
"CSRF_TRUSTED_ORIGINS": f"https://{self.external_host}",
},
}
},
Expand Down
Loading