fix some bug on blue theme

This commit is contained in:
Eudes Inácio
2023-11-14 12:04:31 +01:00
parent 99d21a716b
commit af69d80453
30 changed files with 196 additions and 113 deletions
+16 -8
View File
@@ -3,12 +3,16 @@ import { Environment } from './../../app/models/envarioment';
export const doneITProd: Environment = {
id:'1',
apiURL: 'https://API.DONEIT.CO.AO/api/',
apiURL: 'https://gdapi-dev.dyndns.info/api/',
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
apiPCURL: 'https://gdcmapi-dev.dyndns.info/api/',
/* apiURL: 'https://API.DONEIT.CO.AO/api/',
apiChatUrl: 'https://CHAT.DONEIT.CO.AO/api/v1/',
apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket',
apiPCURL: 'http://192.168.0.21:9099/api/',
apiPCURL: 'http://192.168.0.21:9099/api/', */
production: true,
domain: 'equilibrium.co.ao',
domain: 'gabinetedigital.local',
defaultuser: '',
defaultuserpwd: '',
chatOffline: true,
@@ -29,14 +33,18 @@ export const doneITProd: Environment = {
export const doneITDev: Environment = {
id:'1',
apiURL: 'https://API.DONEIT.CO.AO/api/',
apiURL: 'https://gdapi-dev.dyndns.info/api/',
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
apiPCURL: 'https://gdcmapi-dev.dyndns.info/api/',
/* apiURL: 'https://API.DONEIT.CO.AO/api/',
apiChatUrl: 'https://CHAT.DONEIT.CO.AO/api/v1/',
apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket',
apiPCURL: 'http://192.168.0.21:9099/api/',
apiPCURL: 'http://192.168.0.21:9099/api/', */
production: true,
domain: 'equilibrium.co.ao',
defaultuser: 'peter.maquiran@equilibrium.co.ao',
defaultuserpwd: 'codcodccx',
domain: 'gabinetedigital.local',
defaultuser: '',
defaultuserpwd: '',
chatOffline: true,
presidential: false,
version: versionData,