mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-01-11 16:58:58 +01:00
Pass passport RSA keys as env vars
This commit is contained in:
parent
c2e2cb6233
commit
855374abde
8
app.json
8
app.json
@ -18,6 +18,14 @@
|
||||
"postdeploy": "php artisan passport:install;php artisan storage:link"
|
||||
},
|
||||
"env": {
|
||||
"PASSPORT_PRIVATE_KEY": {
|
||||
"description": "The RSA private key used to generate OAUTH security token",
|
||||
"value": "secret"
|
||||
},
|
||||
"PASSPORT_PUBLIC_KEY": {
|
||||
"description": "The public key derivated from your private key",
|
||||
"value": "secret"
|
||||
},
|
||||
"APP_KEY": {
|
||||
"generator": "secret"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user