removed trailing comma

This commit is contained in:
Thies Lennart Alff 2025-01-03 21:14:42 +01:00
parent b272acf292
commit 3540b40bfc
Signed by: lennartalff
GPG key ID: 4EC67D34D594104D

View file

@ -8,7 +8,7 @@
"EXCLUDE_DIRS": ["list of directories to exclude"], "EXCLUDE_DIRS": ["list of directories to exclude"],
"TIME_FORMAT": "utcnow:%Y-%m-%d_%H:%M:%S", "TIME_FORMAT": "utcnow:%Y-%m-%d_%H:%M:%S",
"REPO_SUBDIR": "forgejo", "REPO_SUBDIR": "forgejo",
"MYSQL_DB": "database name", "MYSQL_DB": "database name"
}, },
"remotes": [ "remotes": [
{ {