mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
9 lines
256 B
TypeScript
9 lines
256 B
TypeScript
export const environment = {
|
|
production: true,
|
|
apiURL: 'https://equilibrium.dyndns.info/GabineteDigital.Services/V4/api/',
|
|
apiChatUrl: 'https://www.tabularium.pt/api/v1/',
|
|
domain: 'gabinetedigital.local',
|
|
defaultuser: '',
|
|
defaultuserpwd: ''
|
|
};
|