Use a windshaft-specific name for the test user

Avoids problems with running cartodb-sql-api tests after
windshaft-cartodb tests (as the test database is not cleaned up)
This commit is contained in:
Sandro Santilli 2014-10-08 10:31:32 +02:00
parent 9b0232c48d
commit e9f5c60719

View File

@ -49,7 +49,7 @@ var config = {
,postgres: {
// Parameters to pass to datasource plugin of mapnik
// See http://github.com/mapnik/mapnik/wiki/PostGIS
user: "testpublicuser",
user: "test_windshaft_publicuser",
password: "public",
host: '127.0.0.1',
port: 5432,