revert back

This commit is contained in:
hannathkadher
2025-01-09 13:03:25 +04:00
parent d0b853b188
commit 625b7b8304
3 changed files with 2 additions and 5 deletions

View File

@ -1,2 +1,2 @@
ENV_NAME=development
BASE_URL=http://localhost:4001
BASE_URL=https://syncrow-dev.azurewebsites.net

3
.gitignore vendored
View File

@ -41,6 +41,3 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
lib/utils/constants/temp_const.dart
.env.development
lib/utils/constants/temp_const.dart

View File

@ -1,3 +1,3 @@
class TempConst {
static const projectId = '0685c781-df33-4cbf-bf65-9f4e835eb468';
static const projectId = '0e62577c-06fa-41b9-8a92-99a21fbaf51c';
}