Fix default RSA keys value

This commit is contained in:
Bubka 2022-04-14 14:23:47 +02:00
parent 855374abde
commit 22b0d1293f

View File

@ -20,11 +20,11 @@
"env": { "env": {
"PASSPORT_PRIVATE_KEY": { "PASSPORT_PRIVATE_KEY": {
"description": "The RSA private key used to generate OAUTH security token", "description": "The RSA private key used to generate OAUTH security token",
"value": "secret" "value": ""
}, },
"PASSPORT_PUBLIC_KEY": { "PASSPORT_PUBLIC_KEY": {
"description": "The public key derivated from your private key", "description": "The public key derivated from your private key",
"value": "secret" "value": ""
}, },
"APP_KEY": { "APP_KEY": {
"generator": "secret" "generator": "secret"