From 0d2fcad83e5724c3882abb828aeb8534b7cd4eca Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sat, 11 Apr 2026 08:42:38 +0700 Subject: [PATCH] feat: change config --- config/toml/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/toml/config.toml b/config/toml/config.toml index 7d6e3a2..a18d711 100644 --- a/config/toml/config.toml +++ b/config/toml/config.toml @@ -9,7 +9,7 @@ idle-timeout = 5 # As seconds print-routes = false prefork = false # false: CMS preview URLs use http://localhost + port above. true: use domain (e.g. https://qudo.id/api). -production = false +production = true body-limit = 1048576000 # "100 * 1024 * 1024" [db.postgres]