Browse Source

Updating the compiled version as well

msmith-techempower 10 years ago
parent
commit
79751ce819
1 changed files with 2 additions and 1 deletions
  1. 2 1
      frameworks/Lua/lapis/config.moon

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

@@ -9,6 +9,7 @@ config "production", ->
   postgres {
     backend: "pgmoon"
     database: "hello_world"
-    user: "postgres"
+    user: "benchmarkdbuser",
+    password: "benchmarkdbpass"
     host: "DBHOSTNAME"
   }