Skip to content

Commit

Permalink
Ops, fix database/backend/foo fiasco.
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrSikora committed Aug 27, 2010
1 parent 817e051 commit c3d7b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t/pg.t
Expand Up @@ -10,7 +10,7 @@ plan tests => repeat_each() * 2 * blocks();
$ENV{TEST_NGINX_POSTGRESQL_PORT} ||= 5432;

our $http_config = <<'_EOC_';
upstream database {
upstream backend {
postgres_server 127.0.0.1:$TEST_NGINX_POSTGRESQL_PORT
dbname=ngx_test user=ngx_test password=ngx_test;
}
Expand Down

0 comments on commit c3d7b68

Please sign in to comment.