Skip to content

Commit 8d8d32c

Browse files
committed
CV variable config
1 parent 84df210 commit 8d8d32c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/config_dev.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package config
44

5-
const (
5+
var (
66
ChainId = "gitopia"
77
GRPCHost = "grpc.devnet.gitopia.com:9090"
88
GitServerHost = "https://server.devnet.gitopia.com"

config/config_prod.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package config
44

5-
const (
5+
var (
66
ChainId = "gitopia"
77
GRPCHost = "grpc.gitopia.com:9090"
88
GitServerHost = "https://server.gitopia.com"

config/config_testing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
package config
44

5-
const (
5+
var (
66
ChainId = "gitopia"
77
GRPCHost = "localhost:9090"
88
GitServerHost = "http://localhost:5001"

0 commit comments

Comments
 (0)