mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
|
|
export const environment = {
|
||
|
|
production: true,
|
||
|
|
apiURL: 'https://'
|
||
|
|
};
|