This commit is contained in:
lesion
2019-07-23 16:26:54 +02:00
parent 4d650c20b2
commit 5bbd1ee88a
2 changed files with 7 additions and 5 deletions

View File

@@ -50,6 +50,9 @@ If you want to `)
const settings = require('./api/controller/settings')
await settings.set('allow_registration', true)
await settings.set('allow_anon_event', true)
await settings.set('allow_recurrent_event', true)
await settings.set('recurrent_event_visible', true)
await settings.set('allow_comments', true)
// add default notification
consola.info('Add default notification')