mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Merge branch 'master' of github.com:indentlabs/notebook
This commit is contained in:
commit
170a4e13f7
109
app.json
Normal file
109
app.json
Normal file
@ -0,0 +1,109 @@
|
||||
{
|
||||
"name": "notebook",
|
||||
"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
|
||||
},
|
||||
"HEROKU_POSTGRESQL_PUCE_URL": {
|
||||
"required": true
|
||||
},
|
||||
"LANG": {
|
||||
"required": true
|
||||
},
|
||||
"LIBRATO_PASSWORD": {
|
||||
"required": true
|
||||
},
|
||||
"LIBRATO_TOKEN": {
|
||||
"required": true
|
||||
},
|
||||
"LIBRATO_USER": {
|
||||
"required": true
|
||||
},
|
||||
"LOG_LEVEL": {
|
||||
"required": true
|
||||
},
|
||||
"MAINTENANCE_PAGE_URL": {
|
||||
"required": true
|
||||
},
|
||||
"MIXPANEL_TOKEN": {
|
||||
"required": true
|
||||
},
|
||||
"RACK_ENV": {
|
||||
"required": true
|
||||
},
|
||||
"RAILS_ENV": {
|
||||
"required": true
|
||||
},
|
||||
"RAILS_SERVE_STATIC_FILES": {
|
||||
"required": true
|
||||
},
|
||||
"RAYGUN_API_KEY": {
|
||||
"required": true
|
||||
},
|
||||
"RUBY_GC_HEAP_GROWTH_FACTOR": {
|
||||
"required": true
|
||||
},
|
||||
"S3_BUCKET_NAME": {
|
||||
"required": true
|
||||
},
|
||||
"SCOUT_KEY": {
|
||||
"required": true
|
||||
},
|
||||
"SCOUT_MONITOR": {
|
||||
"required": true
|
||||
},
|
||||
"SECRET_KEY_BASE": {
|
||||
"required": true
|
||||
},
|
||||
"SECRET_TOKEN": {
|
||||
"required": true
|
||||
},
|
||||
"SENDGRID_DOMAIN": {
|
||||
"required": true
|
||||
},
|
||||
"SENDGRID_PASSWORD": {
|
||||
"required": true
|
||||
},
|
||||
"SENDGRID_USERNAME": {
|
||||
"required": true
|
||||
},
|
||||
"SLACK_HOOK": {
|
||||
"required": true
|
||||
},
|
||||
"STRIPE_API_KEY": {
|
||||
"required": true
|
||||
},
|
||||
"STRIPE_PUBLISHABLE_KEY": {
|
||||
"required": true
|
||||
}
|
||||
},
|
||||
"formation": {
|
||||
},
|
||||
"addons": [
|
||||
"librato",
|
||||
"heroku-postgresql",
|
||||
"heroku-postgresql",
|
||||
"raygun",
|
||||
"scout",
|
||||
"sendgrid"
|
||||
],
|
||||
"buildpacks": [
|
||||
{
|
||||
"url": "heroku/ruby"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user