From 0a8d957c9bd2e724abec88a2cd202db227dc4430 Mon Sep 17 00:00:00 2001 From: Yasien Mac Mini Date: Thu, 19 Jun 2025 13:19:17 +0200 Subject: [PATCH] . --- Frontend/lib/mih_config/mih_env.dart | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Frontend/lib/mih_config/mih_env.dart b/Frontend/lib/mih_config/mih_env.dart index 827c6441..87fa0aca 100644 --- a/Frontend/lib/mih_config/mih_env.dart +++ b/Frontend/lib/mih_config/mih_env.dart @@ -18,15 +18,15 @@ abstract class AppEnviroment { case Enviroment.dev: { //================= Android Dev Urls ================= - // baseApiUrl = "http://10.0.2.2:8080"; - // baseFileUrl = "http://10.0.2.2:9000"; - // baseAiUrl = "http://10.0.2.2:11434"; - // bannerAdUnitId = 'ca-app-pub-3940256099942544/9214589741'; + baseApiUrl = "http://10.0.2.2:8080"; + baseFileUrl = "http://10.0.2.2:9000"; + baseAiUrl = "http://10.0.2.2:11434"; + bannerAdUnitId = 'ca-app-pub-3940256099942544/9214589741'; //================= Web & iOS Dev Urls ================= - baseApiUrl = "http://localhost:8080"; - baseFileUrl = "http://localhost:9000"; - baseAiUrl = "http://localhost:11434"; - bannerAdUnitId = 'ca-app-pub-3940256099942544/2435281174'; + // baseApiUrl = "http://localhost:8080"; + // baseFileUrl = "http://localhost:9000"; + // baseAiUrl = "http://localhost:11434"; + // bannerAdUnitId = 'ca-app-pub-3940256099942544/2435281174'; break; } case Enviroment.prod: