-
Notifications
You must be signed in to change notification settings - Fork 1
/
app.json
20 lines (20 loc) · 912 Bytes
/
app.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "SONCE",
"description": "Simple ONline Circuit Editor.",
"repository": "https://github.com/mitjajez/SONCE",
"logo": "https://raw.githubusercontent.com/mitjajez/SONCE/master/public/icon/sonce-150.png?v=0",
"keywords": ["meteor", "circuit", "engineering", "study"],
"website": "https://github.com/mitjajez/SONCE",
"env": {
"BUILDPACK_URL": "https://github.com/mitjajez/meteor-buildpack-horse.git",
"ROOT_URL": {
"description": "IMPORTANT! Please replace <App Name> with the value provided on the top. This will be the full URL of your SONCE app.",
"value": "https://<App Name>.herokuapp.com",
"required": true
},
"MONGO_URL": {
"description": "If you don't have credit card, register account on https://mlab.com and replace <vars> with the value from your DB.",
"value": "mongodb://<userDB>:<pwDB>@<yourID>.mlab.com:19634/<nameDB>"
}
}
}