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