Skip to content

Commit

Permalink
Merge pull request #254 from flexion/task/fixing_host_bug
Browse files Browse the repository at this point in the history
Fixing Host Issue
  • Loading branch information
sadlerw authored Dec 3, 2018
2 parents bb320ed + 61aa9cd commit 967aacb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions efcms-service/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ plugins:
- serverless-offline
custom:
serverless-offline:
host: localhost
host: 0.0.0.0

s3:
host: localhost
host: 0.0.0.0
port: 9000
directory: ./storage/s3
cors: cors-policy.xml

dynamodb:
start:
inMemory: true
Expand Down

0 comments on commit 967aacb

Please sign in to comment.