We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa22b07 commit 4eb4200Copy full SHA for 4eb4200
config/runtime.exs
@@ -377,15 +377,17 @@ corsica_config_origins =
377
~r{^https?://(.*\.)?epochtalk\.com$}
378
"""
379
)
380
- _ -> "*"
+
381
+ _ ->
382
+ "*"
383
end
384
385
corsica_config = %{
386
origins: corsica_config_origins
387
}
388
389
config :epochtalk_server, :corsica, corsica_config
390
-
391
## Configure mailer in prod
392
# (Other envs are hardcoded into their respective config/ files)
393
if config_env() == :prod do
0 commit comments