summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorLenczu Vex <kuba.lenczowski03@gmail.com>2025-04-05 12:22:31 +0200
committerLenczu Vex <kuba.lenczowski03@gmail.com>2025-04-05 12:23:44 +0200
commite0f8c7b78b58f18d73bed4310f99d4fb1ebb5508 (patch)
tree8891fde19df169fb6853a081d1364bec60336ce6 /config.toml
parent10905ea5ae9945fd5ae7b90a1cdfa083fd3fbdd1 (diff)
Swapped db to postgresqlHEADmaster
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index 39ab275..54b91a2 100644
--- a/config.toml
+++ b/config.toml
@@ -2,7 +2,7 @@
host = "localhost"
user = ""
password = ""
-port = 3306
+port = 5432
database = ""
[session]
timeout = 14400