update environment for v-server

This commit is contained in:
Chneemann 2024-08-18 21:06:46 +02:00
parent 60309ac39c
commit c9f2d0a054

View file

@ -1,7 +1,7 @@
export const environment = {
// Development
baseUrl: 'http://127.0.0.1:8000',
// baseUrl: 'http://127.0.0.1:8000',
// Live
// baseUrl: 'https://videoflix-django.andre-kempf.com',
baseUrl: 'https://videoflix-django.andre-kempf.com',
};