Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlippold authored Apr 22, 2019
1 parent f071566 commit 24b7462
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
],
"description": "InSpec Results Viewer",
"env": {
"CIPHER_PASSWORD": {
"SECRET_KEY_BASE": {
"generator": "secret"
},
"CIPHER_SALT": {
"required": true
"generator": "secret"
}
"CIPHER_PASSWORD": {
"generator": "secret"
},
"LANG": {
"required": true
Expand All @@ -37,12 +40,6 @@
"RUBY_GC_TOKEN": {
"required": true
},
"SECRET_KEY_BASE": {
"generator": "secret"
},
" CIPHER_SALT": {
"generator": "secret"
}
},
"formation": {
"web": {
Expand Down

0 comments on commit 24b7462

Please sign in to comment.