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