chore: tweak workspace setting seeds

This commit is contained in:
Steven
2024-02-21 20:25:25 +08:00
parent 13b911ebf0
commit 80b64c02fd
2 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
INSERT INTO
system_setting (`name`, `value`)
VALUES
('WORKSPACE_SETTING_GENERAL', '{"instanceUrl":"https://demo.usememos.com"}');