This commit is contained in:
Lucien Greathouse
2017-12-01 02:48:43 -08:00
parent 5685619c3a
commit 43cc350b7a
4 changed files with 8 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ Plugin.__index = Plugin
function Plugin.new()
local address = "localhost"
local port = 8081
local port = 8000
local remote = ("http://%s:%d"):format(address, port)