Skip to content

Commit 41697aa

Browse files
committed
fix: fixes failing CI build as cert is not configured
Default value should be false, and set to true when cert path is configured
1 parent e820169 commit 41697aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"csrfProtection": true,
137137
"plugins": [],
138138
"tls": {
139-
"enabled": true,
139+
"enabled": false,
140140
"key": "certs/key.pem",
141141
"cert": "certs/cert.pem"
142142
}

0 commit comments

Comments
 (0)