Bootstrapped the creation and loading of session keys to lighten main.
This commit is contained in:
@@ -12,8 +12,8 @@ type Config struct {
|
||||
} `json:"csrf"`
|
||||
|
||||
Session struct {
|
||||
SessionAuthKey string `json:"authKey"`
|
||||
SessionEncryptionKey string `json:"encryptionKey"`
|
||||
SessionName string `json:"sessionName"`
|
||||
AuthKeyPath string `json:"authKeyPath"`
|
||||
EncryptionKeyPath string `json:"encryptionKeyPath"`
|
||||
Name string `json:"sessionName"`
|
||||
} `json:"session"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user