From 1b858e1e6cb0c3ddd3e38b282499c1810c9e23aa Mon Sep 17 00:00:00 2001 From: liuyi Date: Tue, 8 Apr 2025 17:46:35 +0800 Subject: [PATCH] chore: wrong $shcmea field in config example (#11526) --- .docker/selfhost/config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/selfhost/config.example.json b/.docker/selfhost/config.example.json index 849a14e140..b728fd7cf2 100644 --- a/.docker/selfhost/config.example.json +++ b/.docker/selfhost/config.example.json @@ -1,5 +1,5 @@ { - "schema": "https://github.com/toeverything/affine/releases/latest/download/config.schema.json", + "$schema": "https://github.com/toeverything/affine/releases/latest/download/config.schema.json", "server": { "name": "AFFiNE Self Hosted Server" }