set default option for allowPrivateGroups on setup

This commit is contained in:
pichalite
2016-02-19 22:17:09 +00:00
parent e39fda2b45
commit 2cf300f0e1

View File

@@ -29,5 +29,6 @@
"profileImageDimension": 128,
"requireEmailConfirmation": 0,
"allowProfileImageUploads": 1,
"teaserPost": "last"
}
"teaserPost": "last",
"allowPrivateGroups": 1
}