Skip to content

Commit

Permalink
heroku config files added
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevatkm committed Jul 20, 2018
1 parent 4a59fb9 commit 5a9cdb6
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
@@ -0,0 +1 @@
web: aahwebsite -profile prod_heroku
38 changes: 38 additions & 0 deletions config/env/prod-heroku.conf
@@ -0,0 +1,38 @@
# ----------------------------------------
# Production Heroku Configuration Section
# ----------------------------------------

prod_heroku {

# Logger configuration
# --------------------
log {
level = "trace"
receiver = "console"
}

server {
port = $PORT
}

# Map domain name in the routes config
# NOTE: Required only for multiple domains
routes {
domains {
aahframework {
host = "thawing-oasis-78809.herokuapp.com"
port = "80"
}

docs_aahframework {
host = "docs.thawing-oasis-78809.herokuapp.com"
port = "80"
}
}
}

cdn {
host = "//thawing-oasis-78809.herokuapp.com"
}

}
2 changes: 1 addition & 1 deletion views/common/footer.html
Expand Up @@ -65,7 +65,7 @@ <h3 class="no-anchor">Sponsors</h3>
</div>
</div>
<div class="row text-center about-aah">
<code>aah [ah]</code> brings great joy in Go application development and its maintenance.
<code>aah /ˈɔː/</code> brings great joy in Go application development and its maintenance.
</div>
</div>
</footer>

0 comments on commit 5a9cdb6

Please sign in to comment.