Commit 5beff547142ca810870d50ea89bec635eae4dcc6

Thomas de Grivel 2022-06-17T09:27:10

configure file size precision

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/config/config.exs b/config/config.exs
index 617444d..7908918 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -30,6 +30,8 @@ config :kmxgit, KmxgitWeb.Endpoint,
 # at the `config/runtime.exs`.
 config :kmxgit, Kmxgit.Mailer, adapter: Swoosh.Adapters.Local
 
+config :file_size, :number_format, precision: 2
+
 # Swoosh API client is needed for adapters other than SMTP.
 config :swoosh, :api_client, false