mirror of
https://github.com/seejohnrun/haste-server.git
synced 2024-11-01 03:21:21 +00:00
Smaller typo
This commit is contained in:
parent
e93f98112b
commit
360b325ced
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue