mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
recurence added
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user