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

Commit

Permalink
Merge branch 'disp_ver' of https://github.com/mitre/heimdall into dis…
Browse files Browse the repository at this point in the history
…p_ver

Signed-off-by: Aaron Lippold <[email protected]>
  • Loading branch information
aaronlippold committed Apr 22, 2019
2 parents 4eb7d66 + 24b7462 commit edc4123
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 @@ -8,11 +8,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 @@ -34,12 +37,6 @@
},
"RUBY_GC_TOKEN": {
"required": true
},
"SECRET_KEY_BASE": {
"generator": "secret"
},
" CIPHER_SALT": {
"generator": "secret"
}
},
"formation": {
Expand Down

0 comments on commit edc4123

Please sign in to comment.