2019-05-18 01:43:09 +01:00
|
|
|
{
|
2018-04-11 05:55:27 +01:00
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
2020-05-21 15:05:03 +01:00
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
2018-04-11 05:55:27 +01:00
|
|
|
}
|
2020-05-21 15:05:03 +01:00
|
|
|
},
|
2020-05-23 19:00:57 +01:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"MarechaiRoles": [
|
|
|
|
|
{
|
|
|
|
|
"Name": "UberAdmin",
|
|
|
|
|
"Description": "Can administer everything, cannot be deleted, only one must exist."
|
2020-05-23 19:37:28 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Name": "Writer",
|
|
|
|
|
"Description": "Can write new textual data about an artifact."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Name": "Proofreader",
|
|
|
|
|
"Description": "Can correct textual data."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Name": "Translator",
|
|
|
|
|
"Description": "Can translate textual data."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Name": "SuperTranslator",
|
|
|
|
|
"Description": "Can translate textual data and proofread translations."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Name": "Collaborator",
|
|
|
|
|
"Description": "Can propose changes or additions to artifacts."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Name": "Curator",
|
|
|
|
|
"Description": "Can make changes or additions to artifacts and curate the ones done by a collaborator."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Name": "PhysicalCurator",
|
|
|
|
|
"Description": "Same as curator but in addition can control a physical inventory."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Name": "Technician",
|
|
|
|
|
"Description": "Can modify repairs of artifacts in the inventory."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Name": "SuperTechnician",
|
|
|
|
|
"Description": "Can add, modify and close repairs and approve changes made by a technician of artifacts in the inventory."
|
|
|
|
|
},
|
|
|
|
|
{
|
2020-06-09 01:46:51 +01:00
|
|
|
"Name": "Admin",
|
2020-05-23 19:37:28 +01:00
|
|
|
"Description": "Can administer certain parts of the website."
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Name": "NormalUser",
|
|
|
|
|
"Description": "A normal user role."
|
2020-05-23 19:00:57 +01:00
|
|
|
}
|
|
|
|
|
]
|
2019-05-18 01:43:09 +01:00
|
|
|
}
|