Fix typo in example config (#2095)
This commit is contained in:
parent
ed71d230eb
commit
aa0f3d43cc
|
@ -139,7 +139,7 @@ ephemeral_node_inactivity_timeout: 30m
|
|||
|
||||
database:
|
||||
# Database type. Available options: sqlite, postgres
|
||||
# Please not that using Postgres is highly discouraged as it is only supported for legacy reasons.
|
||||
# Please note that using Postgres is highly discouraged as it is only supported for legacy reasons.
|
||||
# All new development, testing and optimisations are done with SQLite in mind.
|
||||
type: sqlite
|
||||
|
||||
|
|
Loading…
Reference in New Issue