diff --git a/config/environments/test.js.example b/config/environments/test.js.example index 14b78f61..67551249 100644 --- a/config/environments/test.js.example +++ b/config/environments/test.js.example @@ -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,