Skip to content

Commit e3808e3

Browse files
committed
Add PostgreSQL JDBC URL description
1 parent 77b9eb9 commit e3808e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

miner/docs/modules/ROOT/pages/configuration/global.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ You'll therefore have to adjust the settings for each mined account to not point
6060
link:https://www.baeldung.com/java-jdbc-url-format[JDBC url]:
6161

6262
* MariaDB: `jdbc:mariadb://host:port/database` (great if you have a DB available or running inside docker as you can set a mariadb container)
63-
* SQLite: `jdbc:sqlite:/path/to/file` (great running locally and want to store it to a file, however less resilient and more prone to corruption).
63+
* PostgreSQL: `jdbc:postgresql://host:port/database` (just like MariaDB, reliable and efficient for both local and Docker setups)
64+
* SQLite: `jdbc:sqlite:/path/to/file` (great running locally and want to store it to a file, however less resilient and more prone to corruption).

0 commit comments

Comments
 (0)