Skip to content

Commit

Permalink
app template config update
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Jun 7, 2017
1 parent 41d7626 commit 7e851d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions aah/app-template/config/aah.conf.atmpl
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,12 @@ cache {
# mime_types {
# css_js {
# mime = "text/css, application/javascript"
# cache_control = "public, max-age=604800, must-revalidate, proxy-revalidate"
# cache_control = "public, max-age=604800, proxy-revalidate"
# }
#
# images {
# mime = "image/jpeg, image/png, image/gif, image/svg+xml, image/x-icon"
# cache_control = "public, max-age=2628000, must-revalidate, proxy-revalidate"
# cache_control = "public, max-age=2628000, proxy-revalidate"
# }
# }
}
Expand Down
3 changes: 1 addition & 2 deletions aah/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ func newRun(args []string) {
_ = log.SetPattern("%message")
log.Info("\nWelcome to interactive way to create your aah application, press ^C to exit :)")
log.Info()
log.Info("Based on your inputs, aah CLI tool generates the aah application structure")
log.Info("for you.")
log.Info("Based on your inputs, aah CLI tool generates the aah application structure for you.")

// Collect data
importPath := getImportPath(reader)
Expand Down

0 comments on commit 7e851d8

Please sign in to comment.