Skip to content

Commit

Permalink
the first version of our application
Browse files Browse the repository at this point in the history
  • Loading branch information
peterb154 committed Dec 7, 2017
1 parent ed45525 commit 65f40cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os

# Title of the site
SITE_TITLE = 'Brians Flask Docker Lab'
SITE_TITLE = 'Joe Flask Docker Lab'
# The URL for static files/images
STATIC_URL = 'https://s3-us-west-2.amazonaws.com/flaskdockerlab-static/'
# The name of the
Expand Down
Binary file modified ecr.secrets.enc
Binary file not shown.
1 change: 1 addition & 0 deletions infrastructure/terraform-ecs/modules/alb/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ resource "aws_alb_target_group" "alb_tgt_grp" {
health_check {
path = "${var.health_check_path}"
protocol = "HTTP"
matcher = "200"
}

tags {
Expand Down

0 comments on commit 65f40cb

Please sign in to comment.