Skip to content

Commit

Permalink
Add APP_KEY to mason.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
benmag committed Jun 8, 2019
1 parent c590c50 commit 30f5415
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mason.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
{
"name": "web",
"image": "${app}",
"ports": ["80:80"]
"ports": ["80:80"],
"environment": {
"APP_KEY": "base64:SXbQvysCa/Ymzb8lxubsOKWzYAqwLj3/dCdcr1J+5PU="
}
}
]
}

0 comments on commit 30f5415

Please sign in to comment.