take way too much time to fix a couple of commas

This commit is contained in:
idk
2020-01-13 17:14:08 -05:00
parent b84de0b10e
commit b412103994
11 changed files with 197 additions and 85 deletions

6
config.js Normal file
View File

@@ -0,0 +1,6 @@
var proxy_scheme = "HTTP";
var proxy_host = "127.0.0.1";
var proxy_port = "4444";
var control_host = "127.0.0.1";
var control_port = "7657";
var disable_history = false;