Files
helloasso/frontend/src/environments/environment.ts

6 lines
96 B
TypeScript
Raw Normal View History

2023-11-18 14:30:34 +01:00
export const environment = {
2024-11-22 01:44:06 +01:00
production : true,
apiUrl : 'apihelloasso.ringzero.fr'
2023-11-18 14:30:34 +01:00
};