Merge pull request #95 from SyncrowIOT/staging-release-30+16

Added Client id, and client secret to `.env.prod`.
This commit is contained in:
Faris Armoush
2025-05-06 09:40:23 +03:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
ENV_NAME=production
BASE_URL=https://syncrow-staging.azurewebsites.net
PROJECT_ID=bcda711e-9fc2-4168-a05e-171b4026d1ff
CLIENT_ID=ac05b6c26bdb0543ec6200781d8177f1
CLIENT_SECRET=fdbaafdd5a94bbd542a4a6739cf0178c8bb2e87bff39232a3aaa993fbd5d71e7

View File

@ -5,7 +5,7 @@ description: This is the mobile application project, developed with Flutter for
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.30+1
version: 1.0.30+16
environment:
sdk: ">=3.0.6 <4.0.0"