mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-21 18:42:29 +01:00
Add a Heroku app.json
This commit is contained in:
parent
95d63c143f
commit
fcc5f8504f
26
app.json
Normal file
26
app.json
Normal file
@ -0,0 +1,26 @@
|
||||
|
||||
{
|
||||
"name": "Frankfurter",
|
||||
"description": "A foreign exchange rates and currency conversion API",
|
||||
"website": "https://frankfurter.app",
|
||||
"repository": "https://github.com/hakanensari/frankfurter",
|
||||
"logo": "https://frankfurter.app/images/frankfurter.png",
|
||||
"keywords": [
|
||||
"forex",
|
||||
"foreign exchange rates",
|
||||
"currency",
|
||||
"api"
|
||||
],
|
||||
"env": {
|
||||
"APP_ENV": {
|
||||
"description": "The app environment.",
|
||||
"value": "production",
|
||||
}
|
||||
},
|
||||
"addons": [
|
||||
"heroku-postgresql"
|
||||
],
|
||||
"scripts": {
|
||||
"postdeploy": "bundle exec rake db:migrate rates:ninety_days"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user