Jul 9, 2021
Hey Amit!
That configuration file is nothing but a JSON file containing the roles and organizations.
For example:
roles: {
user1_org1: 21,
user2_org_2: 34
}
sampleDash: {
organization1: {
username: user1,
name: "Nishchal Raj"
},
organization2: {
username: user2,
name: "Amit Vinay"
}
}
and all other objects like this.