Circle badge and removed app.json

This commit is contained in:
Jori Lallo
2017-11-19 01:16:02 -08:00
parent f7e700698f
commit 526833ef87
2 changed files with 1 additions and 64 deletions

View File

@@ -1,6 +1,6 @@
# Outline
![](https://circleci.com/gh/jorilallo/atlas.svg?style=shield&circle-token=c0c4c2f39990e277385d5c1ae96169c409eb887a)
![](https://circleci.com/gh/outline/outline.svg?style=shield&circle-token=c0c4c2f39990e277385d5c1ae96169c409eb887a)
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/outline)
An open, extensible, knowledge base for your team built using React and Node.js. Try Outline out using our hosted version at [www.getoutline.com](https://www.getoutline.com) or read on to learn about installing on your own infrastructure.

View File

@@ -1,63 +0,0 @@
{
"name": "outline",
"scripts": {
"postdeploy": "yarn build && yarn sequelize:migrate"
},
"env": {
"AWS_ACCESS_KEY_ID": {
"required": true
},
"AWS_S3_UPLOAD_BUCKET_NAME": {
"required": true
},
"AWS_S3_UPLOAD_BUCKET_URL": {
"required": true
},
"AWS_S3_UPLOAD_MAX_SIZE": {
"required": true
},
"AWS_SECRET_ACCESS_KEY": {
"required": true
},
"BUGSNAG_KEY": {
"required": true
},
"NODE_MODULES_CACHE": {
"required": true
},
"REDIS_URL": {
"required": true
},
"SECRET_KEY": {
"required": true
},
"SLACK_KEY": {
"required": true
},
"SLACK_REDIRECT_URI": {
"required": true
},
"SLACK_SECRET": {
"required": true
},
"SLACK_VERIFICATION_TOKEN": {
"required": true
},
"URL": {
"required": true
},
"BUGSNAG_KEY": {
"required": true
}
},
"formation": {},
"addons": [
"heroku-postgresql",
"heroku-redis"
],
"buildpacks": [
{
"url": "heroku/nodejs"
}
]
}