Forget about tripcodes for now, remove some unnecessary things from config

This commit is contained in:
swag 2022-11-03 15:42:06 -04:00
parent 45b64a214e
commit e18fab859b
2 changed files with 1 additions and 3 deletions

View File

@ -33,7 +33,6 @@ Run the tests locally (against development environment):
## TODOs
1. Some sort of admin/moderator login and view
1. Implement tripcodes
1. CSS
## Crazy future ideas
@ -42,6 +41,7 @@ Run the tests locally (against development environment):
1. Support at least some Markdown, specifically the code blocks
1. RSS feed!!
1. Implement tripcodes (moving this down in priority due to complexity...)
1. Return a text response instead of HTML if a `.txt` extension [is
requested](https://docs.mojolicious.org/Mojolicious/Plugin/DefaultHelpers#respond_to)
(JSON?)

View File

@ -2,8 +2,6 @@
threads_per_page => 5,
remarks_per_page => 5,
secrets => ['t0p_s3cr3t'],
tripcode_salt => 't0p_s3cr3t',
bcrypt_cost => 14,
development => {
pg_string =>
'postgresql://post_text:t0p_s3cr3t@127.0.0.1/post_text'