Skip to content

Commit

Permalink
docs: update SQL connection URL example (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsvanharen committed Sep 22, 2020
1 parent b46d13f commit bb28d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Expand Up @@ -903,7 +903,7 @@ The path to the sqlite database on the local filesystem relative to the current
_sqlDialect=mysql or sqlDialect=postgres only_
The database connection URL string for the MySQL or PostgreSQL database of the form `<dialect>://<user>:<password>@<host>/<database>`.
The database connection URL string for the MySQL or PostgreSQL database of the form `<dialect>://<user>:<password>@<host>:<port>/<database>`.
##### `storage.sqlDangerouslyResetDatabase`
Expand Down

0 comments on commit bb28d9a

Please sign in to comment.