File tree Expand file tree Collapse file tree
miner/docs/modules/ROOT/pages/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,4 +60,5 @@ You'll therefore have to adjust the settings for each mined account to not point
6060link: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).
You can’t perform that action at this time.
0 commit comments