Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/server/beam/tau/config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ config :tau, TauWeb.Endpoint,
live_reload: [
patterns: [
~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$",
~r"priv/static/assets/.*(js|css)$",
~r"priv/gettext/.*(po)$",
~r"lib/tau_web/(live|views)/.*(ex)$",
~r"lib/tau_web/templates/.*(eex)$",
Expand Down
2 changes: 1 addition & 1 deletion app/server/beam/tau/config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ config :tau, TauWeb.Endpoint,
if config_env() == :dev do
secret_key_base =
System.get_env("SECRET_KEY_BASE") ||
"pDakDMi+9PfJKYIHcdf7MGIog4NRPiuws5eUT6M6Kcg3Wad69hT+tVwOccyjfYJ"
"ppDakDMi+9PfJKYIHcdf7MGIog4NRPiuws5eUT6M6Kcg3Wad69hT+tVwOccyjfYJ"

config :tau, TauWeb.Endpoint,
secret_key_base: secret_key_base
Expand Down