fix https

This commit is contained in:
AD2025
2025-12-27 22:06:21 +02:00
parent 41e3d43129
commit 8fe5a04b43
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
export const environment = { export const environment = {
production: false, production: false,
apiUrl: 'http://h080wwwsw0ck0o80g4w800k4.31.97.157.88.sslip.io/api', apiUrl: 'https://quzapi.fitsyncclinic.com/api',
apiTimeout: 30000, apiTimeout: 30000,
cacheTimeout: 300000, // 5 minutes cacheTimeout: 300000, // 5 minutes
enableLogging: true, enableLogging: true,

View File

@@ -1,6 +1,6 @@
export const environment = { export const environment = {
production: true, production: true,
apiUrl: 'http://h080wwwsw0ck0o80g4w800k4.31.97.157.88.sslip.io/api', apiUrl: 'https://quzapi.fitsyncclinic.com/api',
apiTimeout: 30000, apiTimeout: 30000,
cacheTimeout: 300000, // 5 minutes cacheTimeout: 300000, // 5 minutes
enableLogging: false, enableLogging: false,