From 5eb8166d34931fc14d435278d7675613b82e85f6 Mon Sep 17 00:00:00 2001 From: hanif salafi Date: Sat, 11 Apr 2026 00:07:39 +0700 Subject: [PATCH] feat: change config toml --- 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]