Commit 494d3676 authored by Isaac's avatar Isaac

Add enduser and staff configuration update

parent 453f3195
Pipeline #261 failed with stages
{
"urls": {
"backendApiUrl": "//localhost:8000/api/",
"backendApiUrl": "//dev.servernah.com/backend/api/",
"homeName": "enduser",
"enduserUrl": "/"
},
"settings": {
"appIdleTimeout": 30,
"baseTitle": "Fleio",
"baseTitle": "Servernah",
"defaultLanguage": "en",
"minSearchLength": 3,
"imagesPath": "assets/img/enduser/",
"imagesPath": "source/assets/img/enduser/",
"logoDark": null,
"logoLight": null,
"defaultTheme": "spring",
"defaultTheme": "navy",
"dashboardVersion": "",
"availableThemes": [
"spring",
......@@ -45,7 +45,7 @@
"currencyDecimalRepresentation": "1.0-16"
},
"tinyMCEOptions": {
"base_url": "/tinymce",
"base_url": "/source/tinymce",
"height" : "390",
"relative_urls": true,
"convert_urls": false,
......
{
"urls": {
"backendApiUrl": "//localhost:8000/staffapi/",
"backendApiUrl": "//dev.servernah.com/backend/staffapi/",
"homeName": "staff",
"enduserUrl": "/"
},
"settings": {
"appIdleTimeout": 30,
"baseTitle": "Fleio Admin",
"baseTitle": "Servernah Admin",
"defaultLanguage": "en",
"minSearchLength": 3,
"imagesPath": "assets/img/staff/",
"imagesPath": "source/assets/img/staff/",
"logoDark": null,
"logoLight": null,
"defaultTheme": "spring",
"defaultTheme": "navy",
"dashboardVersion": "",
"availableThemes": [
"spring",
......@@ -43,7 +43,7 @@
"currencyDecimalRepresentation": "1.0-16"
},
"tinyMCEOptions": {
"base_url": "/tinymce",
"base_url": "/source/tinymce",
"height" : "390",
"relative_urls": true,
"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