Эх сурвалжийг харах

Updating the compiled version as well

msmith-techempower 11 жил өмнө
parent
commit
79751ce819

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

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