Files
helloasso/frontend/src/environments/environment.ts
2024-11-22 01:44:06 +01:00

6 lines
96 B
TypeScript

export const environment = {
production : true,
apiUrl : 'apihelloasso.ringzero.fr'
};