-- this is for mysql - localhost is the default sql_username = "luainterface" sql_password = "luainterface" -- used for user registration - this is the private key recaptcha_key = "private recaptcha registration key" -- used to generate the userids in the database - be wild and put at least 64 random chars salt = "somesalt" -- this is used by the registration process when sending an e-mail base_url = "http://grumpycoder.net:1500/"