run on localhost by default

This commit is contained in:
array-in-a-matrix 2024-08-12 13:49:24 -04:00
parent ccd3d07236
commit 5e662c5e54

View file

@ -18,7 +18,7 @@ const defaultConf* =
; Currently only PostgreSQL is supported but Sqlite may be added in the future. ; Currently only PostgreSQL is supported but Sqlite may be added in the future.
#dbType = postgresql #dbType = postgresql
; IP address or domain of the database. ; IP address or domain of the database.
#dbHost = "db" #dbHost = "0.0.0.0"
; Database user. ; Database user.
#dbUser = "postgres" #dbUser = "postgres"
; Database Password. ; Database Password.