diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-10-18 18:21:31 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-10-18 18:21:31 -0300 |
| commit | eba55f8361fc36179e36bf8a3cea5067b5341e37 (patch) | |
| tree | d95107a644b3a18bc9807e813c4ead9cc356bd71 /config.cfg.dist | |
| parent | ebf536a7910f6e8d5bff569d2d717287ad3ba716 (diff) | |
| download | querymanager-eba55f8361fc36179e36bf8a3cea5067b5341e37.tar.gz querymanager-eba55f8361fc36179e36bf8a3cea5067b5341e37.zip | |
update documentation + wrap the few SQLite scripts
Diffstat (limited to 'config.cfg.dist')
| -rw-r--r-- | config.cfg.dist | 4 |
1 files changed, 2 insertions, 2 deletions
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 = "" |
