FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
edge-react-gui/deploy-config.sample.json at develop · EdgeApp/edge-react-gui · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
EdgeApp
/
edge-react-gui
Public
Notifications
You must be signed in to change notification settings
Fork
293
Star
519
Code
Issues
51
Pull requests
144
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
edge-react-gui
/
deploy-config.sample.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
47 lines (47 loc) · 1.25 KB
Breadcrumbs
edge-react-gui
/
deploy-config.sample.json
Copy path
File metadata and controls
47 lines (47 loc) · 1.25 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"edge"
: {
"productName"
:
"
Edge Wallet
"
,
"xcodeProject"
:
"
edge.xcodeproj
"
,
"xcodeWorkspace"
:
"
edge.xcworkspace
"
,
"xcodeScheme"
:
"
edge
"
,
"androidKeyStore"
:
"
edge-release-keystore.jks
"
,
"androidKeyStoreAlias"
:
"
edge
"
,
"androidKeyStorePassword"
:
"
xxxxxxxxx
"
,
"androidTask"
:
"
bundleRelease
"
,
"hockeyAppToken"
:
"
xxxxx
"
,
"hockeyAppTags"
:
"
internal
"
,
"appCenterApiToken"
:
"
xxxxxxxxxx
"
,
"appCenterGroupName"
:
"
xxxxxxxxxx
"
,
"appCenterDistroGroup"
:
"
xxxxxxxxxx
"
,
"appleDeveloperTeamId"
:
"
xxxxxxxxxx
"
,
"appleDeveloperTeamName"
:
"
edge
"
,
"bundleId"
:
"
co.edgesecure.app
"
,
"bundleToolPath"
:
"
/Users/jenkins/bin/bundletool-all-1.11.2.jar
"
,
"ios"
: {
"master"
: {
"hockeyAppId"
:
"
xxxxxxxxx
"
},
"develop"
: {
"hockeyAppId"
:
"
xxxxxxxxx
"
}
},
"android"
: {
"master"
: {
"hockeyAppId"
:
"
xxxxxxxxx
"
,
"splitArchitectures"
: [
{
"abi"
:
"
arm64-v8a
"
,
"zealotChannelKey"
:
"
xxxxxxxxxx
"
},
{
"abi"
:
"
armeabi-v7a
"
,
"zealotChannelKey"
:
"
xxxxxxxxxx
"
}
]
},
"develop"
: {
"hockeyAppId"
:
"
xxxxxxxxx
"
}
},
"envJson"
: {
"yolo"
: {
"YOLO_USERNAME"
:
"
"
,
"YOLO_PASSWORD"
:
"
"
}
}
}
}
Back
|
FazBrowse Home
|
New Git URL