pull/68/head
parent
e71bc4d671
commit
cef1f9ad67
|
@ -61,9 +61,6 @@ myems_reporting_db = {
|
||||||
'database': 'myems_reporting_db',
|
'database': 'myems_reporting_db',
|
||||||
}
|
}
|
||||||
|
|
||||||
# address for Cookie domain
|
|
||||||
myems_api_domain = '127.0.0.1'
|
|
||||||
|
|
||||||
# indicated in how many minutes to calculate meter energy consumption
|
# indicated in how many minutes to calculate meter energy consumption
|
||||||
# 30 for half hourly period
|
# 30 for half hourly period
|
||||||
# 60 for hourly period
|
# 60 for hourly period
|
||||||
|
@ -83,3 +80,4 @@ upload_path = '/var/www/html/admin/upload/'
|
||||||
|
|
||||||
# main currency unit
|
# main currency unit
|
||||||
currency_unit = 'CNY'
|
currency_unit = 'CNY'
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
export const version = '1.2.1';
|
export const version = '1.3.0';
|
||||||
export const navbarBreakPoint = 'xl'; // Vertical navbar breakpoint
|
export const navbarBreakPoint = 'xl'; // Vertical navbar breakpoint
|
||||||
export const topNavbarBreakpoint = 'lg';
|
export const topNavbarBreakpoint = 'lg';
|
||||||
//export const APIBaseURL = 'http://127.0.0.1:8000';
|
//export const APIBaseURL = 'http://127.0.0.1:8000';
|
||||||
|
@ -16,6 +16,7 @@ export const settings = {
|
||||||
currency: '$',
|
currency: '$',
|
||||||
isNavbarVerticalCollapsed: false,
|
isNavbarVerticalCollapsed: false,
|
||||||
navbarStyle: 'transparent',
|
navbarStyle: 'transparent',
|
||||||
language: 'zh_cn'
|
language: 'zh_CN' //en, de, zh_CN
|
||||||
};
|
};
|
||||||
export default { version, navbarBreakPoint, topNavbarBreakpoint, settings, APIBaseURL };
|
export default { version, navbarBreakPoint, topNavbarBreakpoint, settings, APIBaseURL };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue