Merge pull request #218 from strk/master-own-testuser

Use a windshaft-specific name for the test user
This commit is contained in:
Raul Ochoa 2015-02-16 18:55:34 +01:00
commit 3ea3638fe9

View File

@ -50,7 +50,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,