Files
wallet-go-api/pkg/utl/configs/configs.go
Fran Jurmanović 29bcbb6e91 fixed wallet headers
2021-07-03 08:45:25 +02:00

9 lines
118 B
Go

package configs
const (
Version = "0.0.72"
Prefix = "v1"
Secret = "Donde4sta"
SecretCode = "brasno"
)