mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-21 23:44:30 +00:00
Remove config not found error in prod mode
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
496debd6f3
commit
6e88c4bbde
1 changed files with 1 additions and 2 deletions
|
@ -47,6 +47,5 @@ cond do
|
|||
import_config "prod.secret.exs"
|
||||
|
||||
true ->
|
||||
require Logger
|
||||
Logger.error("No configuration file found")
|
||||
:ok
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue