2020-08-05 15:39:16 +01:00
|
|
|
export const environment = {
|
|
|
|
|
production: true,
|
2021-12-16 19:11:30 +01:00
|
|
|
apiURL: 'https://gabinetedigital.dyndns.info/GabineteDigital.Services/V5/api/',
|
2021-12-29 15:48:35 +01:00
|
|
|
apiChatUrl: 'https://gabinetedigitalchat.dyndns.info/api/v1/',
|
2022-01-11 12:12:45 +01:00
|
|
|
apiWsChatUrl: 'wss://gabinetedigitalchat.dyndns.info/websocket',
|
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-02-11 15:08:27 +01:00
|
|
|
chatOffline: false
|
2020-08-05 15:39:16 +01:00
|
|
|
};
|