Browse Source

Forgot my own ip in there

Mikael Lindberg 11 years ago
parent
commit
dc29f5a0a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      openresty/app.lua

+ 1 - 1
openresty/app.lua

@@ -7,7 +7,7 @@ local insert = table.insert
 
 
 local mysqlconn = {
-	host = "127.0.0.1",
+	host = "DBHOSTNAME",
 	port = 3306,
 	database = "hello_world",
 	user = "benchmarkdbuser",