2016-05-02 16:24:08 +02:00
|
|
|
{
|
|
|
|
|
"name": "osem",
|
|
|
|
|
"description": "Open Source Event Manager",
|
2019-01-19 01:36:05 +01:00
|
|
|
"repository": "https://github.com/openSUSE/osem",
|
2016-05-02 16:24:08 +02:00
|
|
|
"env": {
|
|
|
|
|
"CLOUDINARY_URL": {
|
2021-08-12 15:32:01 +02:00
|
|
|
"description": "Create a https://cloudinary.com account and set the cloud url here. It starts with cloudinary://",
|
|
|
|
|
"required": false
|
2016-05-25 16:58:21 +02:00
|
|
|
},
|
2016-07-12 16:27:49 +02:00
|
|
|
"SECRET_KEY_BASE": {
|
2019-01-19 01:36:05 +01:00
|
|
|
"description": "A key to verify sessions. At least 40 characters. For instance: https://www.randomlists.com/string?base=16&length=64&qty=1",
|
|
|
|
|
"generator": "secret"
|
2016-05-02 16:24:08 +02:00
|
|
|
},
|
2019-01-19 01:36:05 +01:00
|
|
|
"NOKOGIRI_USE_SYSTEM_LIBRARIES": "1",
|
|
|
|
|
"RAILS_ENV": "production",
|
|
|
|
|
"RACK_ENV": "production"
|
2016-05-02 16:24:08 +02:00
|
|
|
},
|
2016-05-25 14:48:02 +02:00
|
|
|
"scripts": {
|
2019-01-19 01:36:05 +01:00
|
|
|
"postdeploy": "bundle exec rake db:schema:load db:seed"
|
2016-05-25 14:48:02 +02:00
|
|
|
},
|
2016-05-02 16:24:08 +02:00
|
|
|
"formation": {
|
|
|
|
|
"web": {
|
|
|
|
|
"quantity": 1
|
|
|
|
|
},
|
|
|
|
|
"worker": {
|
|
|
|
|
"quantity": 1
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"addons": [
|
|
|
|
|
{
|
2019-01-19 01:36:05 +01:00
|
|
|
"plan": "heroku-postgresql"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"plan": "sendgrid"
|
2016-05-02 16:24:08 +02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|