From fb346aba49d812eb87833e24fa5b017cb5a49af9 Mon Sep 17 00:00:00 2001 From: Jocadbz Date: Fri, 20 Feb 2026 14:44:30 -0300 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b7754f..a2cc1e5 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ CREATE USER threadr IDENTIFIED BY 'super secure password'; CREATE DATABASE `threadr`; GRANT ALL PRIVILEGES ON `threadr`.* TO 'threadr'; ``` +Note: The config file contains secrets. Keep `config/config.json` out of version control and only commit `config/config.json.sample`. 2. Create a config file: In the `config` subdirectory, `cp config.json.sample config.json` and edit it to suit your needs. 3. Create an about page: Also in the `config` subdirectory, `cp about_page.htmlbody.sample about_page.htmlbody` and edit it to suit your needs.