Skip to content

Commit

Permalink
fix: egg default env bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yugasun committed Feb 1, 2021
1 parent 78a9c79 commit c957906
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serverless.component.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: framework
version: 0.1.8
version: 0.1.9
author: Serverless Plus
org: Serverless Plus
description: Deploy a serverless web framework application on Tencent SCF and API Gateway.
Expand Down
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const frameworks = {
},
{
key: 'EGG_APP_CONFIG',
value: '{"rundir":"/tmp","logger":{"dir":"/tmp"}'
value: '{"rundir":"/tmp","logger":{"dir":"/tmp"}}'
}
]
},
Expand Down

0 comments on commit c957906

Please sign in to comment.