updating default seed

This commit is contained in:
2026-05-11 06:27:05 +02:00
parent 9d4d3fbdcb
commit 5253d1255e

View File

@@ -4,9 +4,9 @@ const SETTINGS = [
{ key: 'motd', value: 'Hello World!' }, { key: 'motd', value: 'Hello World!' },
{ key: 'manual_approval', value: 'true' }, { key: 'manual_approval', value: 'true' },
{ key: 'min_tags', value: '3' }, { key: 'min_tags', value: '3' },
{ key: 'registration_open', value: 'true' }, { key: 'registration_open', value: 'true' }, // this means open reg with email, false would mean open reg with invite token
{ key: 'trusted_uploads', value: '0' }, { key: 'trusted_uploads', value: '3' },
{ key: 'about_text', value: 'Check the README.md for more information.' }, { key: 'about_text', value: '' },
{ key: 'rules_text', value: '' }, { key: 'rules_text', value: '' },
{ key: 'terms_text', value: '' } { key: 'terms_text', value: '' }
]; ];