Skip to content

Commit 61b17c1

Browse files
fix prod config
1 parent ab83867 commit 61b17c1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

config/prod.exs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ url: [host: System.get_env("PHX_HOST") || "*.fileonchain.org", host: "*.fileonch
1212
layout: false
1313
],
1414
cache_static_manifest: "priv/static/cache_manifest.json",
15-
code_reloader: true,
1615
debug_errors: true,
1716
check_origin: [
1817
"https://fileonchain.org",
@@ -26,16 +25,6 @@ config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: Fileonchain.Finc
2625
# Disable Swoosh Local Memory Storage
2726
config :swoosh, local: false
2827

29-
# Watch static and templates for browser reloading.
30-
config :fileonchain, FileonchainWeb.Endpoint,
31-
live_reload: [
32-
patterns: [
33-
~r"priv/static/(?!uploads/).*(js|css|png|jpeg|jpg|gif|svg)$",
34-
~r"priv/gettext/.*(po)$",
35-
~r"lib/fileonchain_web/(controllers|live|components)/.*(ex|heex)$"
36-
]
37-
]
38-
3928
# Do not print debug messages in production
4029
config :logger, level: :info
4130

0 commit comments

Comments
 (0)