Skip to content

Commit

Permalink
Fix force to use https in dev mode
Browse files Browse the repository at this point in the history
The new version waitress didn't do that correctly

Requires: camptocamp/c2cwsgiutils#2523
  • Loading branch information
sbrunner committed Nov 13, 2024
1 parent c7ab188 commit 9a9d9ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
# - PRINT_URL=http://print:8080/print/
- PYTHONWARNINGS=default::DeprecationWarning
- SQLALCHEMY_WARN_20=true
- C2CWSGIUTILS_FORCE_PROTO=true
- C2CWSGIUTILS_FORCE_PROTO=https
ports:
- 5678:5678 # For remote debugging using Visual Studio Code

Expand Down

0 comments on commit 9a9d9ac

Please sign in to comment.