2023-12-15 12:26:53 +05:30

42 lines
1.1 KiB
JSON

{
"userName" : "Vipeesh",
"apiUrl" : "http://localhost:8080/SonyMusicRights",
"facebook" : "https://www.facebook.com",
"twiter" : "https://twitter.com",
"instagram" : "https://www.instagram.com",
"youtube" : "https://www.youtube.com",
"downloadRole": "admin",
"projectLevelDataDownloadFileName": "Project data",
"assetLevelDataDownloadFileName": "Project and Asset data",
"menuList" : [{
"name": "Home",
"link": "/SonyMusicRights",
"type": "intern"
},
{
"name": "Projects",
"link": "/SonyMusicRights/projects",
"type": "intern"
},
{
"name": "Search",
"link": "/SonyMusicRights/search",
"type": "intern"
},
{
"name": "Admin",
"link": "/SonyMusicRights/admin",
"type": "intern"
},
{
"name": "Manage Users",
"link": "/SonyMusicRights/user-management",
"type": "intern"
},
{
"name": "Intranet Users",
"link": "/SonyMusicRights/intranet-user-management",
"type": "intern"
}
]
}