This commit is contained in:
Peter Maquiran
2023-06-07 14:43:14 +01:00
parent 588745c055
commit 8ed3ca58ea
5 changed files with 16 additions and 11 deletions
+3 -2
View File
@@ -3,7 +3,7 @@ import { Environment } from './../../app/models/envarioment'
export const DevProd: Environment = {
id:'3',
apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/',
apiURL: 'https://gdapi-dev.dyndns.info/api/',
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
production: true,
@@ -24,9 +24,10 @@ export const DevProd: Environment = {
dispatchPR: 'Despachos Titular',
};
export const DevDev: Environment = {
id:'3',
apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/',
apiURL: 'https://gdapi-dev.dyndns.info/api/',
apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
production: true,