update config

This commit is contained in:
smanylov
2026-01-06 19:12:12 +07:00
parent 052c66fd7c
commit bde030d5b5
4 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -76,7 +76,8 @@ export const loginFormSchema = z
.trim(),
})
export const localDevelopmentUrl = 'http://localhost';
/* export const localDevelopmentUrl = 'http://localhost'; */
export const localDevelopmentUrl = process.env.DEV_URL;
export const API_BASE_URL = process.env.NODE_ENV === 'development'
? localDevelopmentUrl