Updated example conf
This commit is contained in:
parent
f2e63b5ca3
commit
bbd81b563b
|
@ -1,12 +1,17 @@
|
||||||
{
|
{
|
||||||
threads_per_page => 5,
|
threads_per_page => 5,
|
||||||
remarks_per_page => 5,
|
remarks_per_page => 5,
|
||||||
|
results_per_page => 5,
|
||||||
body_max_length => 8_000,
|
body_max_length => 8_000,
|
||||||
secrets => ['t0p_s3cr3t'],
|
secrets => ['t0p_s3cr3t'],
|
||||||
development => {
|
development => {
|
||||||
pg_string =>
|
pg_string =>
|
||||||
'postgresql://post_text:t0p_s3cr3t@127.0.0.1/post_text'
|
'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', {
|
'TagHelpers-Pagination', {
|
||||||
separator => ' ',
|
separator => ' ',
|
||||||
current => '<strong><u>{current}</u></strong>',
|
current => '<strong><u>{current}</u></strong>',
|
||||||
|
|
Loading…
Reference in a new issue