1
0
Fork 0
mirror of https://github.com/kou029w/daraz-san.git synced 2025-01-18 08:05:04 +00:00

create sandbox.config.json

This commit is contained in:
Nebel 2019-07-29 22:18:47 +09:00
parent 5152efc6ff
commit 675434c937
3 changed files with 11 additions and 2 deletions

View file

@ -19,8 +19,14 @@
- `SLACK_BOT_TOKEN` ... OAuth & Permissions ページにあるボット (xoxb) トークン
- `SLACK_SIGNING_SECRET` ... Basic Information ページにある Signing Secret
- (Optional) `PORT` ... ポート番号。デフォルトは 80。
- (Optional) `PORT` ... ポート番号。デフォルトは 8080。
### デプロイ
#### Heroku
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/kou029w/daraz-san)
#### CodeSandbox
[![Edit daraz-san](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/kou029w/daraz-san)

View file

@ -24,7 +24,7 @@
"tldjs": "^2.3.1"
},
"engines": {
"node": "12.x",
"node": "10.x",
"yarn": "1.x"
}
}

3
sandbox.config.json Normal file
View file

@ -0,0 +1,3 @@
{
"template": "node"
}