From b05acf9c72e8362f3ac0fbeaa534ca119f00435e Mon Sep 17 00:00:00 2001 From: finga Date: Sun, 21 Mar 2021 23:35:08 +0100 Subject: [PATCH] Housekeeping of example config and readme Update readme to current state and rename the example config to prevent confusion. --- README.md | 5 ++--- config.yml => config.yml.example | 0 2 files changed, 2 insertions(+), 3 deletions(-) rename config.yml => config.yml.example (100%) diff --git a/README.md b/README.md index 34f92ca..a5e811b 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,13 @@ Whereas `` depends on the platform: - Windows: `{FOLDERID_RoamingAppData}` # TODOs - -## Systemd service file ## Use `lazy_static` or `once_cell` for compiled regexes ## Use `clap` to parse command line arguments ## Implement the functionality to reply to certain webhooks +## Configure rocket via config.yml ## Security ### https support + basically supported, but related to "Configure rocket via config.yml". ### Authentication features ### Secure cookies? -## Parameterize fields ## Use proptest or quickcheck for tests of parsers diff --git a/config.yml b/config.yml.example similarity index 100% rename from config.yml rename to config.yml.example