secret code middleware for migration

This commit is contained in:
Fran Jurmanović
2021-05-25 21:47:53 +02:00
parent 8a9759f66e
commit a04b786538
3 changed files with 35 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
package configs
const (
Version = "0.0.1"
Prefix = "v1"
Secret = "Donde4sta"
Version = "0.0.1"
Prefix = "v1"
Secret = "Donde4sta"
SecretCode = "brasno"
)