From bbd81b563be034a5ffcd23e92da7783fa07f8973 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Fri, 27 Oct 2023 17:05:47 -0400 Subject: [PATCH] Updated example conf --- example_post_text.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/example_post_text.conf b/example_post_text.conf index 21ef9a4..d410840 100644 --- a/example_post_text.conf +++ b/example_post_text.conf @@ -1,12 +1,17 @@ { threads_per_page => 5, remarks_per_page => 5, + results_per_page => 5, body_max_length => 8_000, secrets => ['t0p_s3cr3t'], development => { pg_string => 'postgresql://post_text:t0p_s3cr3t@127.0.0.1/post_text' }, + production => { + pg_string => + 'postgresql://post_text:t0p_s3cr3t@127.0.0.1/post_text' + }, 'TagHelpers-Pagination', { separator => ' ', current => '{current}',