mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
67 lines
1.1 KiB
JSON
67 lines
1.1 KiB
JSON
{
|
|
"name": "notebook",
|
|
"stack": "heroku-22",
|
|
"scripts": {
|
|
},
|
|
"env": {
|
|
"AWS_ACCESS_KEY_ID": {
|
|
"required": true
|
|
},
|
|
"AWS_REGION": {
|
|
"required": true
|
|
},
|
|
"AWS_SECRET_ACCESS_KEY": {
|
|
"required": true
|
|
},
|
|
"GOOGLE_TRANSLATE_API_KEY": {
|
|
"required": true
|
|
},
|
|
"HEROKU_POSTGRESQL_BROWN_URL": {
|
|
"required": true
|
|
},
|
|
"LANG": {
|
|
"required": true
|
|
},
|
|
"LOG_LEVEL": {
|
|
"required": true
|
|
},
|
|
"RACK_ENV": {
|
|
"required": true
|
|
},
|
|
"RAILS_ENV": {
|
|
"required": true
|
|
},
|
|
"RAILS_SERVE_STATIC_FILES": {
|
|
"required": true
|
|
},
|
|
"RUBY_GC_HEAP_GROWTH_FACTOR": {
|
|
"required": true
|
|
},
|
|
"S3_BUCKET_NAME": {
|
|
"required": true
|
|
},
|
|
"SECRET_KEY_BASE": {
|
|
"required": true
|
|
},
|
|
"SECRET_TOKEN": {
|
|
"required": true
|
|
},
|
|
"STRIPE_API_KEY": {
|
|
"required": true
|
|
},
|
|
"STRIPE_PUBLISHABLE_KEY": {
|
|
"required": true
|
|
}
|
|
},
|
|
"formation": {
|
|
},
|
|
"addons": [
|
|
"heroku-postgresql"
|
|
],
|
|
"buildpacks": [
|
|
{
|
|
"url": "heroku/ruby"
|
|
}
|
|
]
|
|
}
|