Skip to content

Commit

Permalink
Add port config option to readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbergfalk committed Apr 26, 2016
1 parent c4b12be commit db6265e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ postgrator.setConfig({
schemaTable: 'schemaversion', // optional. default is 'schemaversion'
driver: 'pg', // or pg.js, mysql, mssql, tedious
host: '127.0.0.1',
port: 5432, // optionally provide port
database: 'databasename',
username: 'username',
password: 'password'
Expand Down

0 comments on commit db6265e

Please sign in to comment.