mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
disable federation by default
This commit is contained in:
parent
c4db2e6454
commit
064d5a32df
1 changed files with 1 additions and 1 deletions
|
@ -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('enable_federation', true)
|
||||
await settings.set('enable_federation', false)
|
||||
|
||||
// add default notification
|
||||
consola.info('Add default notification')
|
||||
|
|
Loading…
Reference in a new issue