mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-03 21:24:26 +08:00
removed http.enable config option
This commit is contained in:
parent
0ac3fbabc3
commit
ff5e4bc691
1 changed files with 0 additions and 5 deletions
|
@ -19,7 +19,6 @@
|
|||
"default": {
|
||||
"certificate": "",
|
||||
"cookie_max_age": "1day",
|
||||
"enable": false,
|
||||
"external_port": null,
|
||||
"key": "",
|
||||
"listen": "[::]:8888",
|
||||
|
@ -113,10 +112,6 @@
|
|||
"type": "string",
|
||||
"default": "1day"
|
||||
},
|
||||
"enable": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"external_port": {
|
||||
"type": [
|
||||
"integer",
|
||||
|
|
Loading…
Add table
Reference in a new issue