Browse Source

Oversight on Lapis

msmith-techempower 8 years ago
parent
commit
d0120455f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Lua/lapis/nginx.conf

+ 1 - 1
frameworks/Lua/lapis/nginx.conf

@@ -16,7 +16,7 @@
         lua_package_path 'CWD/?.lua;;';
 
         upstream database {
-            postgres_server DBHOSTNAME dbname=hello_world user=benchmarkdbuser password=benchmarkdbpass;
+            postgres_server TFB-database dbname=hello_world user=benchmarkdbuser password=benchmarkdbpass;
         }
         init_by_lua 'require "resty.core"; lapis = require "lapis.init"';
         server {