This commit is contained in:
lesion
2019-08-03 15:46:42 +02:00
parent f5511efd32
commit c4db2e6454

View File

@@ -54,7 +54,7 @@ module.exports = {
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)
await settings.set('enable_federation', true)
// add default notification
consola.info('Add default notification')
@@ -69,4 +69,4 @@ module.exports = {
// close db connection
await db.sequelize.close()
}
}
}