From dc0bbf116902773991dfb44649c3eaf5ecc56793 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Tue, 14 Apr 2026 11:29:00 +0700 Subject: [PATCH] feat: fixing all module cms and media library --- 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]