From 3540b40bfc5d691d4d04494b0c600607dc44df3d Mon Sep 17 00:00:00 2001 From: Thies Lennart Alff Date: Fri, 3 Jan 2025 21:14:42 +0100 Subject: [PATCH] removed trailing comma --- forgejo.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgejo.json.sample b/forgejo.json.sample index 0bdfd22..745680b 100644 --- a/forgejo.json.sample +++ b/forgejo.json.sample @@ -8,7 +8,7 @@ "EXCLUDE_DIRS": ["list of directories to exclude"], "TIME_FORMAT": "utcnow:%Y-%m-%d_%H:%M:%S", "REPO_SUBDIR": "forgejo", - "MYSQL_DB": "database name", + "MYSQL_DB": "database name" }, "remotes": [ {