1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

Update getting-started.md

This commit is contained in:
Ivar Conradi Østhus 2017-06-28 16:52:28 +02:00 committed by sveisvei
parent bd933f2875
commit c742d14a6f

View File

@ -26,7 +26,7 @@ You can also depend on unleash
const unleash = require('unleash-server');
unleash.start({
databaseUrl: 'postgres://unleash_user:passord@localhost:5432/unleash'
databaseUrl: 'postgres://unleash_user:passord@localhost:5432/unleash',
port: 4242
}).then(unleash => {
console.log(`Unleash started on http://localhost:${unleash.app.get('port')}`);