enable exception stack trace on PC pages (think PHP show_errors), with option to disable it globally

This commit is contained in:
zefie
2022-10-02 02:09:35 -04:00
parent 27e84ab3ca
commit 2bf3bc4d3a
3 changed files with 12 additions and 2 deletions

View File

@@ -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
}