forked from bizz84/flutter_ship_app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshorebird.yaml
More file actions
18 lines (16 loc) · 914 Bytes
/
shorebird.yaml
File metadata and controls
18 lines (16 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file is used to configure the Shorebird updater used by your app.
# Learn more at https://docs.shorebird.dev
# This file does not contain any sensitive information and should be checked into version control.
# Your app_id is the unique identifier assigned to your app.
# It is used to identify your app when requesting patches from Shorebird's servers.
# It is not a secret and can be shared publicly.
app_id: 0e82f7ea-0d50-46e7-8a56-a0ea5d6d9e1a
flavors:
dev: 0e82f7ea-0d50-46e7-8a56-a0ea5d6d9e1a
prod: 8f6ffee8-5fae-4b0a-861b-d07139b667ee
stg: 7ed41cf8-5b95-4c15-bce4-8c69c23e3f93
# auto_update controls if Shorebird should automatically update in the background on launch.
# If auto_update: false, you will need to use package:shorebird_code_push to trigger updates.
# https://pub.dev/packages/shorebird_code_push
# Uncomment the following line to disable automatic updates.
# auto_update: false