set production API
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 47s

This commit is contained in:
Alexis Bruneteau 2025-06-02 14:32:07 +02:00
parent e785ea0ea6
commit d5c4a99281

View File

@ -1,4 +1,4 @@
export const environment = {
production: false,
apiUrl: 'http://localhost:8000/api'
production: true,
apiUrl: 'https://api.portfolio-host.com/api'
};