Skip to content

Commit

Permalink
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 12, 2024
1 parent 913fe2f commit 26b8424
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ services:
# - PRINT_URL=http://print:8080/print/
- PYTHONWARNINGS=default::DeprecationWarning
- SQLALCHEMY_WARN_20=true
- C2CWSGIUTILS_FORCE_PROTO=true
ports:
- 5678:5678 # For remote debugging using Visual Studio Code

Expand Down

0 comments on commit 26b8424

Please sign in to comment.