fix: env encryption
This commit is contained in:
parent
1d61840c6d
commit
7b09a8817c
|
@ -99,7 +99,7 @@ func EncryptEnvData(data envstore.Store) (string, error) {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|
||||||
return string(encryptedConfig), nil
|
return EncryptB64(string(encryptedConfig)), nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// EncryptPassword is used for encrypting password
|
// EncryptPassword is used for encrypting password
|
||||||
|
|
Loading…
Reference in New Issue
Block a user