Max Red - modified registration setting in fixtures [skip ci]
This commit is contained in:
parent
a70778db9c
commit
a40121111e
|
@ -20,7 +20,7 @@ module.exports = [
|
||||||
'smtp-user': 'Wesa',
|
'smtp-user': 'Wesa',
|
||||||
'maintenance-mode': false,
|
'maintenance-mode': false,
|
||||||
'allow-attachments': true,
|
'allow-attachments': true,
|
||||||
'registration': false,
|
'registration': true,
|
||||||
'max-size': 500,
|
'max-size': 500,
|
||||||
'departments': [
|
'departments': [
|
||||||
{id: 1, name: 'Sales Support', owners: 2},
|
{id: 1, name: 'Sales Support', owners: 2},
|
||||||
|
|
Loading…
Reference in New Issue