Commit 494d3676 authored by Isaac's avatar Isaac

Add enduser and staff configuration update

parent 453f3195
Pipeline #261 failed with stages
{ {
"urls": { "urls": {
"backendApiUrl": "//localhost:8000/api/", "backendApiUrl": "//dev.servernah.com/backend/api/",
"homeName": "enduser", "homeName": "enduser",
"enduserUrl": "/" "enduserUrl": "/"
}, },
"settings": { "settings": {
"appIdleTimeout": 30, "appIdleTimeout": 30,
"baseTitle": "Fleio", "baseTitle": "Servernah",
"defaultLanguage": "en", "defaultLanguage": "en",
"minSearchLength": 3, "minSearchLength": 3,
"imagesPath": "assets/img/enduser/", "imagesPath": "source/assets/img/enduser/",
"logoDark": null, "logoDark": null,
"logoLight": null, "logoLight": null,
"defaultTheme": "spring", "defaultTheme": "navy",
"dashboardVersion": "", "dashboardVersion": "",
"availableThemes": [ "availableThemes": [
"spring", "spring",
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
"currencyDecimalRepresentation": "1.0-16" "currencyDecimalRepresentation": "1.0-16"
}, },
"tinyMCEOptions": { "tinyMCEOptions": {
"base_url": "/tinymce", "base_url": "/source/tinymce",
"height" : "390", "height" : "390",
"relative_urls": true, "relative_urls": true,
"convert_urls": false, "convert_urls": false,
......
{ {
"urls": { "urls": {
"backendApiUrl": "//localhost:8000/staffapi/", "backendApiUrl": "//dev.servernah.com/backend/staffapi/",
"homeName": "staff", "homeName": "staff",
"enduserUrl": "/" "enduserUrl": "/"
}, },
"settings": { "settings": {
"appIdleTimeout": 30, "appIdleTimeout": 30,
"baseTitle": "Fleio Admin", "baseTitle": "Servernah Admin",
"defaultLanguage": "en", "defaultLanguage": "en",
"minSearchLength": 3, "minSearchLength": 3,
"imagesPath": "assets/img/staff/", "imagesPath": "source/assets/img/staff/",
"logoDark": null, "logoDark": null,
"logoLight": null, "logoLight": null,
"defaultTheme": "spring", "defaultTheme": "navy",
"dashboardVersion": "", "dashboardVersion": "",
"availableThemes": [ "availableThemes": [
"spring", "spring",
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
"currencyDecimalRepresentation": "1.0-16" "currencyDecimalRepresentation": "1.0-16"
}, },
"tinyMCEOptions": { "tinyMCEOptions": {
"base_url": "/tinymce", "base_url": "/source/tinymce",
"height" : "390", "height" : "390",
"relative_urls": true, "relative_urls": true,
"convert_urls": false, "convert_urls": false,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment