Circle badge and removed app.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Outline
|
# Outline
|
||||||
|
|
||||||

|

|
||||||
[](https://spectrum.chat/outline)
|
[](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.
|
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.
|
||||||
|
|||||||
63
app.json
63
app.json
@@ -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"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user