PostText/example_post_text.conf

18 lines
469 B
Plaintext
Raw Normal View History

2022-10-02 02:43:40 +00:00
{
2023-08-25 00:00:24 +00:00
threads_per_page => 5,
remarks_per_page => 5,
body_max_length => 8_000,
2022-10-02 02:43:40 +00:00
secrets => ['t0p_s3cr3t'],
development => {
pg_string =>
'postgresql://post_text:t0p_s3cr3t@127.0.0.1/post_text'
},
'TagHelpers-Pagination', {
separator => ' ',
current => '<strong><u>{current}</u></strong>',
next => 'Next',
prev => 'Prev',
ellipsis => '..'
}
}