Untrack config.yaml, ignore it, and add config.example.yaml

config.yaml is meant to hold real, deployment-specific secrets (bcrypt
password hashes) and the public base_url, so it shouldn't be committed.
Add it to .gitignore, remove it from version control (kept locally on
disk), and check in config.example.yaml as the template to copy from.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-08-18 12:52:05 +02:00
co-authored by Copilot
parent b4644bc590
commit 21bac66b07
3 changed files with 10 additions and 2 deletions
+1
View File
@@ -1 +1,2 @@
data/
config.yaml