17 lines
430 B
Plaintext
17 lines
430 B
Plaintext
|
{
|
||
|
threads_per_page => 5,
|
||
|
remarks_per_page => 5,
|
||
|
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 => '..'
|
||
|
}
|
||
|
}
|