We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84df210 commit 8d8d32cCopy full SHA for 8d8d32c
config/config_dev.go
@@ -2,7 +2,7 @@
2
3
package config
4
5
-const (
+var (
6
ChainId = "gitopia"
7
GRPCHost = "grpc.devnet.gitopia.com:9090"
8
GitServerHost = "https://server.devnet.gitopia.com"
config/config_prod.go
GRPCHost = "grpc.gitopia.com:9090"
GitServerHost = "https://server.gitopia.com"
config/config_testing.go
GRPCHost = "localhost:9090"
GitServerHost = "http://localhost:5001"
0 commit comments