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

@ -1,4 +0,0 @@
INSERT INTO
system_setting (`name`, `value`)
VALUES
('instance-url', 'https://demo.usememos.com');

View file

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