Skip to content

Commit

Permalink
Fixed a JSON error in the TB template
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Nov 5, 2015
1 parent 72e8db0 commit bc5a816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.json.ctmpl
Expand Up @@ -8,7 +8,7 @@
},
"SendGrid": {
"username" : "",
"password" : "",
"password" : ""
},
"dataModel": {
"projectName": "Triton-Touchbase",
Expand Down
1 change: 1 addition & 0 deletions start.sh
Expand Up @@ -171,6 +171,7 @@ startApp() {
# start up Nginx and launch it in the browser
startNginx() {
writeTemplate nginx ./nginx/default.ctmpl
echo
${COMPOSE} up -d nginx
local NGINX=$(getIpPort nginx 80)
echo "Waiting for Nginx at $NGINX to pick up initial configuration."
Expand Down

0 comments on commit bc5a816

Please sign in to comment.