mirror of
https://github.com/warp-tech/warpgate.git
synced 2025-09-06 22:55:24 +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": {
|
"default": {
|
||||||
"certificate": "",
|
"certificate": "",
|
||||||
"cookie_max_age": "1day",
|
"cookie_max_age": "1day",
|
||||||
"enable": false,
|
|
||||||
"external_port": null,
|
"external_port": null,
|
||||||
"key": "",
|
"key": "",
|
||||||
"listen": "[::]:8888",
|
"listen": "[::]:8888",
|
||||||
|
@ -113,10 +112,6 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "1day"
|
"default": "1day"
|
||||||
},
|
},
|
||||||
"enable": {
|
|
||||||
"type": "boolean",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
"external_port": {
|
"external_port": {
|
||||||
"type": [
|
"type": [
|
||||||
"integer",
|
"integer",
|
||||||
|
|
Loading…
Add table
Reference in a new issue