mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 06:08:16 +00:00
9 lines
118 B
Go
9 lines
118 B
Go
package configs
|
|
|
|
const (
|
|
Version = "0.0.73"
|
|
Prefix = "v1"
|
|
Secret = "Donde4sta"
|
|
SecretCode = "brasno"
|
|
)
|