From 98b4efd682e7ca77a65b43e06201353b5b27fcec Mon Sep 17 00:00:00 2001 From: Alexander Renz Date: Thu, 2 Jan 2025 16:32:51 +0100 Subject: [PATCH] fix: correct comment syntax in config.toml from '//' to '#' to resolve syntax errors --- config.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.toml b/config.toml index 538fcd8..5ade809 100644 --- a/config.toml +++ b/config.toml @@ -1,8 +1,3 @@ -### Issue -In `config.toml`, comments are using `//`, which is invalid in TOML. TOML uses `#` for comments. This causes a syntax error. - -### Corrected `config.toml` - ```toml # filepath: /home/renz/source/hmac-file-server/config.toml