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
+12 -3
View File
@@ -3,12 +3,21 @@ environment = "local"
[grpc]
host = "0.0.0.0"
port = 8600
shutdown-timeout = "10s"
timeout = "10s"
[database]
[db]
host = "127.0.0.1"
port = 5432
name = "gl_db"
user = "postgres"
password = "postgres"
password = ""
ssl-mode = "disable"
[settlement]
enabled = false
endpoint = ""
worker-id = "gl-local"
poll-interval = "5s"
batch-size = 20
max-attempts = 8
admin-token = ""