FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
parse-server-example/app.json at master · sharpred/parse-server-example · GitHub
sharpred
/
parse-server-example
Public
forked from
parse-community/parse-server-example
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
parse-server-example
/
app.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (27 loc) · 908 Bytes
Breadcrumbs
parse-server-example
/
app.json
Copy path
File metadata and controls
27 lines (27 loc) · 908 Bytes
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
{
"name"
:
"
Parse Server Example
"
,
"description"
:
"
An example Parse API server using the parse-server module
"
,
"repository"
:
"
https://github.com/ParsePlatform/parse-server-example
"
,
"logo"
:
"
https://avatars0.githubusercontent.com/u/1294580?v=3&s=200
"
,
"keywords"
: [
"
node
"
,
"
express
"
,
"
parse
"
],
"env"
: {
"PARSE_MOUNT"
: {
"description"
:
"
Configure Parse API route.
"
,
"value"
:
"
/parse
"
},
"APP_ID"
: {
"description"
:
"
A unique identifier for your app.
"
,
"value"
:
"
myAppId
"
},
"MASTER_KEY"
: {
"description"
:
"
A key that overrides all permissions. Keep this secret.
"
,
"value"
:
"
myMasterKey
"
},
"SERVER_URL"
: {
"description"
:
"
URL to connect to your Heroku instance (update with your app's name + PARSE_MOUNT)
"
,
"value"
:
"
http://yourappname.herokuapp.com/parse
"
}
},
"image"
:
"
heroku/nodejs
"
,
"addons"
: [
"
mongolab
"
]
}
Back
|
FazBrowse Home
|
New Git URL