1
0
Fork 0
mirror of https://github.com/benbusby/farside.git synced 2025-06-08 02:16:36 +00:00
farside/app.json
2022-07-29 23:11:34 -07:00

13 lines
No EOL
349 B
JSON

{
"name": "Farside",
"description": "A redirecting service for FOSS alternative frontends",
"repository": "https://github.com/data-twister/farside",
"logo": "",
"keywords": ["elixir", "farside" ],
"addons": [ "heroku-postgresql"],
"buildpacks": [
{
"url": "https://github.com/HashNuke/heroku-buildpack-elixir.git"
}
]
}