From eba55f8361fc36179e36bf8a3cea5067b5341e37 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Sat, 18 Oct 2025 18:21:31 -0300 Subject: update documentation + wrap the few SQLite scripts --- config.cfg.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.cfg.dist') diff --git a/config.cfg.dist b/config.cfg.dist index dcf7212..26f7a21 100644 --- a/config.cfg.dist +++ b/config.cfg.dist @@ -11,8 +11,8 @@ SQLite.MaxCachedStatements = 100 # Empty values are ignored, meaning their defaults will be used instead. # For more information see: # https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-PARAMKEYWORDS -PostgreSQL.Host = "localhost" -PostgreSQL.Port = "5432" +PostgreSQL.Host = "" +PostgreSQL.Port = "" PostgreSQL.DBName = "tibia" PostgreSQL.User = "tibia" PostgreSQL.Password = "" -- cgit v1.2.3