Alexis Bruneteau 1fdf7516a5 tag
2025-06-04 03:32:57 +02:00

5 lines
94 B
TypeScript

export const environmentProd = {
production: true,
apiUrl: 'http://localhost:8000/api'
};