Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
after app.json update to update the app.json file. hope to fix the he…
Browse files Browse the repository at this point in the history
…roku deploy witht this
  • Loading branch information
markkauffman2000 committed Feb 17, 2018
1 parent 1468f6e commit 3328b18
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "phoenixDSK",
"description": "A Blackboard Learn REST Application Modeled after the YorkDSK B2. Built on Elixir/Phoenix.",
"repository": "https://github.com/mark-b-kauffman/phoenixDSK",
"keywords": ["elixir", "phoenix", "Blackboard", "REST", "DSK"],
"keywords": [
"elixir",
"phoenix",
"Blackboard",
"REST",
"DSK"
],
"addons": [
"heroku-postgresql:hobby-dev"
],
Expand All @@ -16,13 +22,7 @@
"LEARNSERVER": "Replace this with the FQDN of your Learn server.",
"PHOENIX_DSK_USER": "Replace this with the username for login.",
"PHOENIX_DSK_PWD": "Replace this with the password for login."

},
"scripts": {
},
"buildpacks": [
{ "url": "https://github.com/HashNuke/heroku-buildpack-elixir.git" },
{ "url": "https://github.com/gjaldon/heroku-buildpack-phoenix-static.git" }
],
"scripts": {},
"success_url": "/register"
}
}

0 comments on commit 3328b18

Please sign in to comment.