10 lines
174 B
JSON
10 lines
174 B
JSON
{
|
|
"encryption": {
|
|
"algorithm": "aes-256-gcm",
|
|
"authTagLength": 16,
|
|
"bcryptSaltRounds": 12,
|
|
"ivLength": 16,
|
|
"key": "%env(BASANGO_ENCRYPTION_KEY)%"
|
|
}
|
|
}
|