Created
August 30, 2013 21:12
-
-
Save AgustinPelaez/6394319 to your computer and use it in GitHub Desktop.
LUA Library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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