2022-10-01 22:43:40 -04:00
|
|
|
{
|
2023-10-28 11:34:44 -04:00
|
|
|
max_thread_pages => 10,
|
2023-08-24 20:00:24 -04:00
|
|
|
threads_per_page => 5,
|
|
|
|
remarks_per_page => 5,
|
2023-10-27 17:05:47 -04:00
|
|
|
results_per_page => 5,
|
2023-08-24 20:00:24 -04:00
|
|
|
body_max_length => 8_000,
|
2022-10-01 22:43:40 -04:00
|
|
|
secrets => ['t0p_s3cr3t'],
|
|
|
|
development => {
|
|
|
|
pg_string =>
|
|
|
|
'postgresql://post_text:t0p_s3cr3t@127.0.0.1/post_text'
|
|
|
|
},
|
2023-10-27 17:05:47 -04:00
|
|
|
production => {
|
|
|
|
pg_string =>
|
|
|
|
'postgresql://post_text:t0p_s3cr3t@127.0.0.1/post_text'
|
|
|
|
},
|
2022-10-01 22:43:40 -04:00
|
|
|
'TagHelpers-Pagination', {
|
|
|
|
separator => ' ',
|
|
|
|
current => '<strong><u>{current}</u></strong>',
|
|
|
|
next => 'Next',
|
|
|
|
prev => 'Prev',
|
|
|
|
ellipsis => '..'
|
|
|
|
}
|
|
|
|
}
|