feat: add durable Kuknos settlement coordination

This commit is contained in:
Navid
2026-09-15 13:59:13 +03:30
parent d5c9b338a4
commit 12c478cf3a
34 changed files with 1846 additions and 122 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ port = 8601
read-header-timeout = "5s"
shutdown-timeout = "10s"
[database]
[db]
host = "127.0.0.1"
port = 5432
name = "gl_db"
user = "postgres"
password = "postgres"
password = ""
ssl-mode = "disable"