Skip to content

Commit

Permalink
Fix default RSA keys value
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Apr 14, 2022
1 parent 855374a commit 22b0d12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 22b0d12

Please sign in to comment.