forked from RocketMap/RocketMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scalingo.json
35 lines (35 loc) · 1.23 KB
/
scalingo.json
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
{
"name": "RocketMap",
"description": "Live visualization of all the Pokémon (with option to show gyms and pokéstops) in an area on Pokémon Go.",
"repository": "https://github.com/RocketMap/RocketMap/",
"website": "https://jz6.github.io/PoGoMap/",
"env": {
"AUTH_SERVICE": {
"description": "Authentication service to use. (ptc or google)"
},
"USERNAME": {
"description": "Your username to login to the specified authentication service."
},
"PASSWORD": {
"description": "Your password to login to the specified authentication service."
},
"LOCATION": {
"description": "Location on which the map should be centered. This can be an address, co-ordinates or anything that Google Maps accepts."
},
"GMAPS_KEY": {
"description": "A Google Maps API key for this application."
},
"STEP_COUNT": {
"description": "The number of steps to take.",
"value": "5"
},
"EXTRA_ARGS": {
"description": "Any extra arguments that you want to pass to runserver.py.",
"required": false
},
"BUILDPACK_URL": {
"description": "Internal variable to build with node and python",
"value": "https://github.com/Scalingo/multi-buildpack.git"
}
}
}