hostname-service/config/config.go

4 lines
58 B
Go
Raw Normal View History

2024-01-17 18:05:55 +01:00
package config
var JwtKey = []byte("your_secret_key")