diff --git a/.env.development b/.env.development index 1fd358ec..e77609dc 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ ENV_NAME=development -BASE_URL=http://localhost:4001 \ No newline at end of file +BASE_URL=https://syncrow-dev.azurewebsites.net \ No newline at end of file diff --git a/.gitignore b/.gitignore index ae866139..29a3a501 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/lib/utils/constants/temp_const.dart b/lib/utils/constants/temp_const.dart index bcd1a1d6..e5847b98 100644 --- a/lib/utils/constants/temp_const.dart +++ b/lib/utils/constants/temp_const.dart @@ -1,3 +1,3 @@ class TempConst { - static const projectId = '0685c781-df33-4cbf-bf65-9f4e835eb468'; + static const projectId = '0e62577c-06fa-41b9-8a92-99a21fbaf51c'; }