mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 10:26:36 +00:00
refactor
This commit is contained in:
parent
d69b859910
commit
a76046a41b
9 changed files with 85 additions and 95 deletions
13
app.json
13
app.json
|
@ -4,7 +4,18 @@
|
|||
"repository": "https://github.com/data-twister/farside",
|
||||
"logo": "",
|
||||
"keywords": ["elixir", "farside" ],
|
||||
"addons": [ "heroku-postgresql"],
|
||||
"env": {
|
||||
"MIX_ENV": "prod",
|
||||
"FARSIDE_PORT": {
|
||||
"description": "The Port Farside is running on",
|
||||
"value": "443"
|
||||
},
|
||||
"FARSIDE_SERVICES_JSON": {
|
||||
"description": "The json of services available",
|
||||
"value": "",
|
||||
"required": false
|
||||
}
|
||||
},
|
||||
"buildpacks": [
|
||||
{
|
||||
"url": "https://github.com/HashNuke/heroku-buildpack-elixir.git"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue