-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.local
48 lines (33 loc) · 1.13 KB
/
.env.local
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Flutter App root dir:
FLUTTER_APP_ROOT=.
# Flutter App name:
FLUTTER_APP_NAME=.
# Phone Device:
FLUTTER_DEVICE_ID_IOS=iphone-device-id
FLUTTER_DEVICE_ID_ANDROID=android-device-id
#####################################################################
# add page:
PAGE_NAME="test1"
# add sub-page: (for sub-page only)
PAGE_PATH="home"
#####################################################################
# add view+controller:(need both)
VIEW_NAME="view1"
VIEW_PATH="home"
#####################################################################
# add data provider:
PROVIDER_NAME="github"
PROVIDER_PATH="data"
#####################################################################
# gen model form model.json:
MODEL_JSON_FILE_PATH="assets/models/wallet_address_asset_entity.json"
#####################################################################
# run device:
RUN_ANDROID_DEVICE_ID="your-android-device-id"
RUN_IOS_DEVICE_ID="your-ios-device-id"
#
# ref:
# - https://github.com/settings/tokens
# - https://docs.github.com/cn/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token
#
GITHUB_API_TOKEN=""