Files
wallet-go-api/pkg/utl/configs/configs.go
Fran Jurmanović cc98d0cf49 fixes on structuring
2021-05-15 22:23:30 +02:00

8 lines
85 B
Go

package configs
const (
Version = "0.0.1"
Prefix = "v1"
Secret = "Donde4sta"
)