env
Some checks failed
Build and Deploy to k3s / build-and-deploy (push) Failing after 38s

This commit is contained in:
Alexis Bruneteau 2025-06-05 03:30:17 +02:00
parent 49e1bcac81
commit 609940cafe

View File

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