chore: tweak workspace setting seeds

pull/2998/head
Steven 1 year ago
parent 13b911ebf0
commit 80b64c02fd

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

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