mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	Update getting-started.md
This commit is contained in:
		
							parent
							
								
									e0e7d919ef
								
							
						
					
					
						commit
						3b7fad1556
					
				| @ -26,7 +26,7 @@ You can also depend on unleash | |||||||
| const unleash = require('unleash-server'); | const unleash = require('unleash-server'); | ||||||
| 
 | 
 | ||||||
| unleash.start({ | unleash.start({ | ||||||
|   databaseUrl: 'postgres://unleash_user:passord@localhost:5432/unleash' |   databaseUrl: 'postgres://unleash_user:passord@localhost:5432/unleash', | ||||||
|   port: 4242 |   port: 4242 | ||||||
| }).then(unleash => { | }).then(unleash => { | ||||||
|     console.log(`Unleash started on http://localhost:${unleash.app.get('port')}`); |     console.log(`Unleash started on http://localhost:${unleash.app.get('port')}`); | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user