Skip to content

Commit 09690a9

Browse files
committed
docs: update readme
1 parent 9d1a1e1 commit 09690a9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,21 @@ app: appDemo # (optional) serverless dashboard app. default is the same as the n
8989
stage: dev # (optional) serverless dashboard stage. default is dev.
9090

9191
inputs:
92-
src: ./ # (optional) path to the source folder. default is a hello world app.
92+
src:
93+
src: ./ # (optional) path to the source folder. default is a hello world app.
94+
exclude:
95+
- .env
9396
functionName: expressDemo
9497
region: ap-guangzhou
9598
runtime: Nodejs10.15
96-
exclude:
97-
- .env
9899
apigatewayConf:
99100
protocols:
100101
- http
101102
- https
102103
environment: release
103104
```
104105
105-
点此查看[全量配置及配置说明](https://github.com/serverless-components/tencent-express/blob/v2/docs/configure.md)
106+
点此查看[全量配置及配置说明](https://github.com/serverless-components/tencent-express/tree/master/docs/configure.md)
106107
107108
当你根据该配置文件更新配置字段后,再次运行 `serverless deploy` 或者 `serverless` 就可以更新配置到云端。
108109

0 commit comments

Comments
 (0)