fix(gl): avoid internal wallet port collision
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ environment = "local"
|
|||||||
|
|
||||||
[grpc]
|
[grpc]
|
||||||
host = "0.0.0.0"
|
host = "0.0.0.0"
|
||||||
port = 8500
|
port = 8600
|
||||||
shutdown-timeout = "10s"
|
shutdown-timeout = "10s"
|
||||||
|
|
||||||
[database]
|
[database]
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ func Load(path string) (*Config, error) {
|
|||||||
Environment: "local",
|
Environment: "local",
|
||||||
GRPC: GRPCConfig{
|
GRPC: GRPCConfig{
|
||||||
Host: "0.0.0.0",
|
Host: "0.0.0.0",
|
||||||
Port: 8500,
|
Port: 8600,
|
||||||
ShutdownTimeout: 10 * time.Second,
|
ShutdownTimeout: 10 * time.Second,
|
||||||
},
|
},
|
||||||
Database: DatabaseConfig{
|
Database: DatabaseConfig{
|
||||||
|
|||||||
Reference in New Issue
Block a user