enable exception stack trace on PC pages (think PHP show_errors), with option to disable it globally
This commit is contained in:
@@ -131,9 +131,10 @@
|
||||
},
|
||||
"pc_services": {
|
||||
"port": 1699,
|
||||
"servicevault_dir": "http_pc",
|
||||
"disabled": true,
|
||||
"servicevault_dir": "http_pc",
|
||||
"drop_connection_on_wrong_port": false,
|
||||
"show_verbose_errors": false,
|
||||
"allow_https": false,
|
||||
"force_https": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user