Skip to content

Commit

Permalink
Temporary disable TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
ashuntu committed Oct 18, 2024
1 parent 7686f38 commit 2498a6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ parts:
fvm dart pub global run melos clean
fvm dart pub global run melos bootstrap
set -e
fvm dart pub global run melos exec -c 1 --fail-fast --depends-on=build_runner -- \
fvm dart run build_runner build --delete-conflicting-outputs
Expand All @@ -55,9 +55,9 @@ apps:
snap-store:
command: bin/snap-store
environment: &store_env
RATINGS_SERVICE_URL: 'ratings.ubuntu.com'
RATINGS_SERVICE_URL: '91.189.95.24'
RATINGS_SERVICE_PORT: '443'
RATINGS_SERVICE_USE_TLS: 'true'
RATINGS_SERVICE_USE_TLS: 'false'
desktop: bin/data/flutter_assets/assets/app-center.desktop
extensions: [gnome]
plugs: &store_plugs
Expand Down

0 comments on commit 2498a6b

Please sign in to comment.