Files
doneit-web/src/environments/environment.prod.ts
T

20 lines
847 B
TypeScript
Raw Normal View History

2020-08-05 15:39:16 +01:00
export const environment = {
2022-03-28 21:47:10 +01:00
2022-04-28 16:27:01 +01:00
//apiURL: 'https://gabinetedigital.dyndns.info/GabineteDigital.Services/V5/api/',
2022-07-27 15:02:14 +01:00
//apiURL: 'https://gdapi-dev.dyndns.info/GabineteDigital.Services/V5/api/',
apiURL: 'http://gpr-dev-01.gabinetedigital.local/GabineteDigital.Services/V5/api/',
apiChatUrl: 'http://192.168.0.29:3000/api/v1/',
apiWsChatUrl: 'wss://192.168.0.29:3000/websocket',
//apiChatUrl: 'https://gdchat-dev.dyndns.info/api/v1/',
//apiWsChatUrl: 'wss://gdchat-dev.dyndns.info/websocket',
2022-04-21 18:36:51 +01:00
/* apiChatUrl: 'https://www.tabularium.pt/api/v1/',
apiWsChatUrl: 'wss://www.tabularium.pt/websocket', */
2022-03-28 21:47:10 +01:00
//apiChatUrl: 'https://www.tabularium.pt/api/v1/',
production: true,
2021-06-28 09:49:55 +01:00
domain: 'gabinetedigital.local',
2022-01-03 18:45:37 +01:00
defaultuser: '',//paulo.pinto paulo.pinto@gabinetedigital.local
defaultuserpwd: '', //tabteste@006,
2022-03-21 21:06:54 +01:00
chatOffline: true
2020-08-05 15:39:16 +01:00
};