From 917017fe7ba2934edbba08ca6ebe6fcb107bfa12 Mon Sep 17 00:00:00 2001 From: "Idiakose O. Sunday" Date: Tue, 15 Oct 2024 18:04:15 +0100 Subject: [PATCH] fix driver example in config.yml --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index cafcbca..14ee20c 100644 --- a/config.yml +++ b/config.yml @@ -42,7 +42,7 @@ http: # dsn: "file::memory:?cache=shared" ## should we log sql queries? In prod, no but in local mode, you probably want to log_queries: true - # driver: "sqllite" + # driver: "sqlite" # limit the size of jSON request body that can be sent to endpoints max_request_body_size: 500