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

9 lines
260 B
TypeScript
Raw Normal View History

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-01-27 16:46:14 +01:00
apiChatUrl: 'https://www.tabularium.pt/api/v1/',
2021-06-28 09:49:55 +01:00
domain: 'gabinetedigital.local',
2020-08-28 15:28:38 +01:00
defaultuser: '',
defaultuserpwd: ''
2020-08-05 15:39:16 +01:00
};