forked from RocketMap/RocketMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scalingo.json
31 lines (31 loc) · 1.08 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
{
"name": "PokemonGo Map",
"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/PokemonGoMap/PokemonGo-Map",
"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
}
}
}