summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorStas Medvedev <medvedevsa97@gmail.com>2024-06-18 00:30:00 +0300
committerStas Medvedev <medvedevsa97@gmail.com>2024-06-18 00:30:00 +0300
commit4afe86505e8ca755ec592bdbd2b17218824f2c16 (patch)
tree6d1a993a37bb1ea2786586f525fa3a908cd7cf52 /.vscode/launch.json
parent000fec1ce3a60c9b9bc8edede365c825fbe589d8 (diff)
uvicorn proxy headersHEADmaster
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 93a8c43..c1fed22 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -24,9 +24,10 @@
"--log-config",
"./log_config.json",
"--workers",
- "1"
+ "1", "--proxy-headers"
],
- "console": "integratedTerminal"
+ "console": "integratedTerminal",
+ "justMyCode": false
},
{
"name": "celery",