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
c4db2e64
Commit
c4db2e64
authored
Aug 03, 2019
by
les
Browse files
minor
parent
f5511efd
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/firstrun.js
View file @
c4db2e64
...
...
@@ -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
()
}
}
\ No newline at end of file
}
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