Skip to content

Commit

Permalink
chore: some clenaups
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Dec 22, 2024
1 parent 6f43a47 commit 4870973
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/node-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
## This is "on" by default but can cost some time while starting/shutting down.
# DB.Optimize = off

## If you want to use Sqlite:
## If you want to use Sqlite (recommended for local/non-public nodes):
# DB.Url=jdbc:sqlite:file:./db/signum.sqlite.db

## Sqlite Journaling Mode
Expand All @@ -48,12 +48,12 @@
## Info: MEMORY journal mode is not supported
# DB.SqliteJournalMode = WAL

## If you want to use MariaDB:
## If you want to use MariaDB (recommended for public nodes):
# DB.Url=jdbc:mariadb://localhost:3306/signum
# DB.Username=signumnode
# DB.Password=s1gn00m_n0d3

## If you want to use Postgres (Experimental):
## If you want to use Postgres (Experimental - considered alternative for MariaDB):
# DB.Url=jdbc:postgresql://localhost:5432/signum?sslMode=disabled
# DB.Username=signumnode
# DB.Password=s1gn00m_n0d3
Expand Down

0 comments on commit 4870973

Please sign in to comment.