mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
string de draft id bug solved
This commit is contained in:
@@ -4,4 +4,4 @@ import { doneITProd } from './suport/doneIt'
|
||||
import { DevDev } from './suport/dev'
|
||||
|
||||
|
||||
export const environment: Environment = oaprProd;
|
||||
export const environment: Environment = DevDev;
|
||||
|
||||
@@ -6,7 +6,7 @@ export const DevProd: Environment = {
|
||||
apiURL: 'https://gdapi-dev.dyndns.info/api/',
|
||||
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
|
||||
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
|
||||
apiPCURL: 'http://192.168.0.21:9099/api/',
|
||||
apiPCURL: 'https://gdcmapi-dev.dyndns.info/api/',
|
||||
logoLabel: 'Presidente da República',
|
||||
despachoLabel: 'Presidenciais',
|
||||
despachoLabel2: 'Despachos Presidênciais',
|
||||
@@ -49,7 +49,7 @@ export const DevDev: Environment = {
|
||||
apiURL: 'https://gdapi-dev.dyndns.info/api/',
|
||||
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
|
||||
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
|
||||
apiPCURL: 'http://192.168.0.21:9099/api/',
|
||||
apiPCURL: 'https://gdcmapi-dev.dyndns.info/api/',
|
||||
logoLabel: 'Presidente da República',
|
||||
despachoLabel: 'Presidenciais',
|
||||
despachoLabel2: 'Despachos Presidênciais',
|
||||
|
||||
Reference in New Issue
Block a user