Skip to content

Commit

Permalink
Merge pull request #11524 from camptocamp/force-https
Browse files Browse the repository at this point in the history
Force to use https in dev mode
  • Loading branch information
sbrunner authored Nov 12, 2024
2 parents 90ed29a + 238521a commit 58d3b61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,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 58d3b61

Please sign in to comment.