Skip to content

Commit

Permalink
chore: Add engine in config json
Browse files Browse the repository at this point in the history
  • Loading branch information
jeancabral committed Dec 14, 2021
1 parent d6cebf0 commit 6322944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cat <<EOF >./config.json
{
"secret": "$SECRET",
"web": true,
"engine" : "$ENGINE",
"admin_password": "$ADMIN_PASSWORD",
"admin_secret": "$ADMIN_SECRET",
"port": "$PORT",
Expand Down

0 comments on commit 6322944

Please sign in to comment.