mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-11 16:58:58 +01:00
Fix default RSA keys value
This commit is contained in:
parent
855374abde
commit
22b0d1293f
4
app.json
4
app.json
@ -20,11 +20,11 @@
|
||||
"env": {
|
||||
"PASSPORT_PRIVATE_KEY": {
|
||||
"description": "The RSA private key used to generate OAUTH security token",
|
||||
"value": "secret"
|
||||
"value": ""
|
||||
},
|
||||
"PASSPORT_PUBLIC_KEY": {
|
||||
"description": "The public key derivated from your private key",
|
||||
"value": "secret"
|
||||
"value": ""
|
||||
},
|
||||
"APP_KEY": {
|
||||
"generator": "secret"
|
||||
|
Loading…
Reference in New Issue
Block a user