4 lines
58 B
Go
4 lines
58 B
Go
|
package config
|
||
|
|
||
|
var JwtKey = []byte("your_secret_key")
|