Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
les
gancio
Commits
064d5a32
Commit
064d5a32
authored
Aug 03, 2019
by
les
Browse files
disable federation by default
parent
c4db2e64
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/firstrun.js
View file @
064d5a32
...
...
@@ -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
'
,
tru
e
)
await
settings
.
set
(
'
enable_federation
'
,
fals
e
)
// add default notification
consola
.
info
(
'
Add default notification
'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment