Browse Source

Fixed Lapis

msmith-techempower 10 years ago
parent
commit
9147003def
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frameworks/Lua/lapis/config.lua

+ 2 - 1
frameworks/Lua/lapis/config.lua

@@ -11,7 +11,8 @@ return config("production", function()
   return postgres({
   return postgres({
     backend = "pgmoon",
     backend = "pgmoon",
     database = "hello_world",
     database = "hello_world",
-    user = "postgres",
+    user = "benchmarkdbuser",
+    password = "benchmarkdbpass",
     host = "DBHOSTNAME"
     host = "DBHOSTNAME"
   })
   })
 end)
 end)