@digifi-los/reactapp
Version:
88 lines • 2.14 kB
JSON
{
"name": "Admin Panel",
"basename": "http://localhost:8786",
"adminPath": "/r-admin",
"routerHistory": "browserHistory",
"hot_reload": false,
"disableLogger": false,
"includeCoreData": {
"manifest": true,
"navigation": true
},
"allHistoryOptions": "browserHistory|hashHistory|createMemoryHistory",
"application": {
"environment": "development",
"use_offline_cache": false
},
"ui": {
"initialization": {
"show_header": false,
"show_footer": false,
"show_sidebar_overlay": true,
"refresh_manifests": true,
"refresh_navigation": true,
"refresh_components": true
},
"notifications": {
"error_timeout": 10000,
"timed_timeout": 10000,
"hide_login_notification": false,
"supressResourceErrors": false
},
"fixedSidebar": true,
"sidebarBG": "#ffffff",
"header": {
"isBold": true,
"color": "isBlack",
"buttonColor": "isWhite",
"useGlobalSearch": false,
"useHeaderLogout": false,
"productHeader": {
"layout": false,
"productLinks": []
},
"customButton": {},
"profileImageStyle": {},
"navLabelStyle": {},
"containerStyle": {},
"userNameStyle": {}
},
"footer": {
"navStyle": {}
},
"sidebar": {
"containerStyle": {},
"use_floating_nav": false
}
},
"auth": {
"logged_in_homepage": "/r-admin/dashboard",
"logged_out_path": "/"
},
"login": {
"url": "/api/jwt/token",
"devurl": "/api/jwt/token",
"options": {
"method": "POST",
"headers": {
"Accept": "application/json",
"clientid": "e2852fd35ef3c16ef206d4e34252e0e5",
"entitytype": "account"
}
}
},
"userprofile": {
"url": "/api/jwt/profile",
"devurl": "/api/jwt/profile",
"options": {
"method": "POST",
"headers": {
"Accept": "application/json",
"Content-Type": "application/json",
"clientid": "e2852fd35ef3c16ef206d4e34252e0e5",
"clientid_default": "clientIDNEEDED",
"entitytype": "account"
}
}
}
}