From c6de4f7dc3ec6176dc79d5a8300356d65cdf36ec Mon Sep 17 00:00:00 2001 From: xion Date: Tue, 25 Feb 2025 07:48:20 +0800 Subject: [PATCH] add main app --- app.config.json5.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.json5.example b/app.config.json5.example index 96252fe..371afe1 100644 --- a/app.config.json5.example +++ b/app.config.json5.example @@ -4,7 +4,7 @@ appPath: 'apps', appName: 'codeflow', domain: '*', - 'mainApp': 'https://kevisual.xiongxiao.me', + mainApp: 'https://kevisual.xiongxiao.me', postgres: { username: 'root', host: 'localhost',