feat(settings): more seed settings
This commit is contained in:
@@ -56,6 +56,12 @@ const newSettings = [
|
|||||||
description: "Dose the plant have 2 machines that go to 1?",
|
description: "Dose the plant have 2 machines that go to 1?",
|
||||||
moduleName: "ocp",
|
moduleName: "ocp",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "ocmeService",
|
||||||
|
value: "0",
|
||||||
|
description: "Is the ocme service enabled. this is gernerally only for Dayton.",
|
||||||
|
moduleName: "ocme",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "fifoCheck",
|
name: "fifoCheck",
|
||||||
value: "45",
|
value: "45",
|
||||||
@@ -80,12 +86,40 @@ const newSettings = [
|
|||||||
description: "What address is monitored to be limited to the amount of lots that can be added to a truck.",
|
description: "What address is monitored to be limited to the amount of lots that can be added to a truck.",
|
||||||
moduleName: "ocme",
|
moduleName: "ocme",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "ocmeCycleCount",
|
||||||
|
value: "1",
|
||||||
|
description: "Are we allowing ocme cycle counts?",
|
||||||
|
roles: "admin",
|
||||||
|
module: "ocme",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "devDir",
|
name: "devDir",
|
||||||
value: "C:\\Users\\matthes01\\Documents\\lstv2",
|
value: "C:\\Users\\matthes01\\Documents\\lstv2",
|
||||||
description: "This is the dev dir and strictly only for updating the servers.",
|
description: "This is the dev dir and strictly only for updating the servers.",
|
||||||
moduleName: "server",
|
moduleName: "server",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "demandMGTActivated",
|
||||||
|
value: "0",
|
||||||
|
description: "Do we allow for new fake edi?",
|
||||||
|
roles: "admin",
|
||||||
|
module: "logistics",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "qualityRequest",
|
||||||
|
value: "0",
|
||||||
|
description: "quality request module?",
|
||||||
|
roles: "admin",
|
||||||
|
module: "logistics",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "ocpLogsCheck",
|
||||||
|
value: "4",
|
||||||
|
description: "How long do we want to allow logs to show that have not been cleared?",
|
||||||
|
roles: "admin",
|
||||||
|
module: "ocp",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
export const areSettingsIn = async () => {
|
export const areSettingsIn = async () => {
|
||||||
// get the roles
|
// get the roles
|
||||||
|
|||||||
Reference in New Issue
Block a user