🔒 token encryption
This commit is contained in:
8
config/conf_encrypt.go
Normal file
8
config/conf_encrypt.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package config
|
||||
|
||||
type Encrypt struct {
|
||||
Key string `yaml:"key"`
|
||||
IV string `yaml:"iv"`
|
||||
PublicKey string `yaml:"public-key"`
|
||||
PrivateKey string `yaml:"private-key"`
|
||||
}
|
Reference in New Issue
Block a user