Skip to content

Commit

Permalink
Merge pull request #11529 from camptocamp/force-https
Browse files Browse the repository at this point in the history
Fix force to use https in dev mode
  • Loading branch information
sbrunner authored Nov 13, 2024
2 parents 68a08b3 + 28f48af commit 66edce0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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 66edce0

Please sign in to comment.