Skip to content

Commit

Permalink
support email set ref coyote-team#20
Browse files Browse the repository at this point in the history
  • Loading branch information
seeReadCode committed Oct 27, 2016
1 parent d1bab5d commit 00d0f10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#.env
#block for .env
FOG_PROVIDER=AWS
ASSET_SYNC_GZIP_COMPRESSION=true
ASSET_SYNC_MANIFEST=true
Expand All @@ -12,8 +12,9 @@ PRODUCTION_IP=
PRODUCTION_USER=
STAGING_IP=
STAGING_USER=
SUPPORT_EMAIL=

#.env.production for example
#block for each environment, for example .env.production
#create a secret key base via bundle rake secret
SECRET_KEY_BASE=
DATABASE_NAME=
Expand Down
2 changes: 1 addition & 1 deletion app/views/application/_nav.haml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
%span.caret
%ul.dropdown-menu<
%li<
%a{href: "mailto:[email protected]", target: "_blank"}
%a{href: "mailto:#{ENV["SUPPORT_EMAIL"]}", target: "_blank"}
%i.fa.fa-fw.fa-support{"aria-hidden" => "true"}
Support

Expand Down

0 comments on commit 00d0f10

Please sign in to comment.