recurence added

This commit is contained in:
Eudes Inácio
2024-06-10 09:55:23 +01:00
parent e0a7323bb0
commit c28d17fa64
11 changed files with 322 additions and 67 deletions
+7 -4
View File
@@ -3,10 +3,12 @@ import { Environment } from './../../app/models/envarioment';
export const environment: Environment = {
id:'1',
apiURL: 'https://gdapi-dev.dyndns.info/api/',
apiURL: 'http://gpr-dev-01:83/jwt/api/',
/* apiURL: 'https://gdapi-dev-0.dyndns.info/jwt/api/', */
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
apiPCURL: 'https://gdcmapi-dev.dyndns.info/api/',
apiPCURL: 'http://gpr-dev-01:86/api/',
/* 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',
@@ -34,10 +36,11 @@ export const environment: Environment = {
export const doneITDev: Environment = {
id:'1',
apiURL: 'https://gdapi-dev.dyndns.info/api/',
apiURL: 'http://gpr-dev-01:83/jwt/api/',
/* apiURL: 'https://gdapi-dev-0.dyndns.info/jwt/api/', */
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
apiPCURL: 'https://gdcmapi-dev.dyndns.info/api/',
apiPCURL: 'http://gpr-dev-01:86/api/',
/* apiURL: 'https://API.DONEIT.CO.AO/api/',
apiChatUrl: 'https://CHAT.DONEIT.CO.AO/api/v1/',
apiWsChatUrl: 'wss://CHAT.DONEIT.CO.AO/websocket',