Skip to content

Commit

Permalink
Fix documentation generated in prod.exs (phoenixframework#3299)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajadamur authored and chrismccord committed Mar 13, 2019
1 parent 3313bf4 commit 7195790
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions installer/templates/phx_single/config/prod.exs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ config :logger, level: :info
# To get SSL working, you will need to add the `https` key
# to the previous section and set your `:url` port to 443:
#
# config :<%= app_name %>, <%= endpoint_module %>,
# config :<%= web_app_name %>, <%= endpoint_module %>,
# ...
# url: [host: "example.com", port: 443],
# https: [
Expand All @@ -46,7 +46,7 @@ config :logger, level: :info
# We also recommend setting `force_ssl` in your endpoint, ensuring
# no data is ever sent via http, always redirecting to https:
#
# config :<%= app_name %>, <%= endpoint_module %>,
# config :<%= web_app_name %>, <%= endpoint_module %>,
# force_ssl: [hsts: true]
#
# Check `Plug.SSL` for all available options in `force_ssl`.
Expand All @@ -61,7 +61,7 @@ config :logger, level: :info
# Alternatively, you can configure exactly which server to
# start per endpoint:
#
# config :<%= app_name %>, <%= endpoint_module %>, server: true
# config :<%= web_app_name %>, <%= endpoint_module %>, server: true
#
# Note you can't rely on `System.get_env/1` when using releases.
# See the releases documentation accordingly.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ config :<%= web_app_name %>, <%= endpoint_module %>,
# To get SSL working, you will need to add the `https` key
# to the previous section and set your `:url` port to 443:
#
# config :<%= app_name %>, <%= endpoint_module %>,
# config :<%= web_app_name %>, <%= endpoint_module %>,
# ...
# url: [host: "example.com", port: 443],
# https: [
Expand All @@ -47,7 +47,7 @@ config :<%= web_app_name %>, <%= endpoint_module %>,
# We also recommend setting `force_ssl` in your endpoint, ensuring
# no data is ever sent via http, always redirecting to https:
#
# config :<%= app_name %>, <%= endpoint_module %>,
# config :<%= web_app_name %>, <%= endpoint_module %>,
# force_ssl: [hsts: true]
#
# Check `Plug.SSL` for all available options in `force_ssl`.
Expand All @@ -62,7 +62,7 @@ config :<%= web_app_name %>, <%= endpoint_module %>,
# Alternatively, you can configure exactly which server to
# start per endpoint:
#
# config :<%= app_name %>, <%= endpoint_module %>, server: true
# config :<%= web_app_name %>, <%= endpoint_module %>, server: true
#
# Note you can't rely on `System.get_env/1` when using releases.
# See the releases documentation accordingly.
Expand Down

0 comments on commit 7195790

Please sign in to comment.