fix(gl): avoid internal wallet port collision

This commit is contained in:
2026-08-14 19:15:36 +03:30
parent 76905ab451
commit 8ba5d6cef8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ environment = "local"
[grpc]
host = "0.0.0.0"
port = 8500
port = 8600
shutdown-timeout = "10s"
[database]
+1 -1
View File
@@ -36,7 +36,7 @@ func Load(path string) (*Config, error) {
Environment: "local",
GRPC: GRPCConfig{
Host: "0.0.0.0",
Port: 8500,
Port: 8600,
ShutdownTimeout: 10 * time.Second,
},
Database: DatabaseConfig{