1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

Update getting-started.md

This commit is contained in:
Ivar Conradi Østhus 2016-12-27 13:16:34 +01:00
parent 5a4ef95fc3
commit 94e444ed10

View File

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