Added Client id, and client secret to .env.prod.

This commit is contained in:
Faris Armoush
2025-05-06 09:35:02 +03:00
parent 8a21828dd4
commit 9919840391
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"