PostText/example_post_text.conf
2025-02-11 16:11:37 -05:00

25 lines
686 B
Plaintext

{
max_thread_pages => 10,
threads_per_page => 5,
remarks_per_page => 5,
results_per_page => 5,
body_max_length => 8_000,
version => 'Feb 11 2025',
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 => '<strong><u>{current}</u></strong>',
next => 'Next',
prev => 'Prev',
ellipsis => '..'
}
}