1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

docs: Update getting-started.md (#1294)

Correct password spelling. Was missing w
This commit is contained in:
Dtaggart 2022-01-24 03:27:50 -05:00 committed by GitHub
parent 0af2270926
commit 59cd88d720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ docker run -p 4242:4242 \
port: 5432,
database: 'unleash',
user: 'unleash_user',
password: 'passord',
password: 'password',
},
server: {
port: 4242,