From 5253d1255e85c1383f1822183d5ca770ec92b77a Mon Sep 17 00:00:00 2001 From: Kibi Kelburton Date: Mon, 11 May 2026 06:27:05 +0200 Subject: [PATCH] updating default seed --- scripts/seed.mjs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/seed.mjs b/scripts/seed.mjs index 7f33c32..2243b22 100644 --- a/scripts/seed.mjs +++ b/scripts/seed.mjs @@ -4,9 +4,9 @@ const SETTINGS = [ { key: 'motd', value: 'Hello World!' }, { key: 'manual_approval', value: 'true' }, { key: 'min_tags', value: '3' }, - { key: 'registration_open', value: 'true' }, - { key: 'trusted_uploads', value: '0' }, - { key: 'about_text', value: 'Check the README.md for more information.' }, + { key: 'registration_open', value: 'true' }, // this means open reg with email, false would mean open reg with invite token + { key: 'trusted_uploads', value: '3' }, + { key: 'about_text', value: '' }, { key: 'rules_text', value: '' }, { key: 'terms_text', value: '' } ];