diff --git a/README.md b/README.md index 14b2d28..69c005a 100644 --- a/README.md +++ b/README.md @@ -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?) diff --git a/example_post_text.conf b/example_post_text.conf index 933f50c..23d3648 100644 --- a/example_post_text.conf +++ b/example_post_text.conf @@ -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'