Skip to content

Instantly share code, notes, and snippets.

@AgustinPelaez
Created August 30, 2013 21:12
Show Gist options
  • Save AgustinPelaez/6394319 to your computer and use it in GitHub Desktop.
Save AgustinPelaez/6394319 to your computer and use it in GitHub Desktop.
LUA Library
local conf = {
variables = {
['hashidvariable'] = 'ipaddress',
}, -- Table related to vars identificators
apikey = 'myapikey', -- User apikey to get token to post values
host = 'localhost', -- Host to stablish connection
port = '8001', -- Port where service is listening
}
return conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment