diff --git a/OpenOversight/app/models/config.py b/OpenOversight/app/models/config.py index d0cc16a85..94f981964 100644 --- a/OpenOversight/app/models/config.py +++ b/OpenOversight/app/models/config.py @@ -101,6 +101,7 @@ class ProductionConfig(BaseConfig): def __init__(self): super(ProductionConfig, self).__init__() self.SITEMAP_URL_SCHEME = "https" + self.PREFERRED_URL_SCHEME = "https" config: dict[str, BaseConfig] = {