1
0
Fork 0
mirror of https://github.com/SunRed/haste-server.git synced 2025-09-06 13:20:15 +02:00

Smaller typo

This commit is contained in:
PangeaCake 2015-01-07 14:30:12 -08:00
parent e93f98112b
commit 360b325ced

View file

@ -123,7 +123,7 @@ Once you've done that, your config section should look like:
``` json
{
"type": "postgres",
"connectionUrl": "postgres://user:password@host:5432/database
"connectionUrl": "postgres://user:password@host:5432/database"
}
```