mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fixed environment in sls file?
This commit is contained in:
parent
7cafdcd772
commit
fabc3235af
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ provider:
|
|||
region: eu-west-2
|
||||
environment:
|
||||
API_KEY: ${env:API_KEY}
|
||||
ENVIRONMENT: ${self:provider.stage}
|
||||
ENVIRONMENT: ${env:ENVIRONMENT}
|
||||
SECRET_KEY: ${env:SECRET_KEY}
|
||||
ALGORITHM: ${env:ALGORITHM}
|
||||
PLAN_TRIGGER_BUCKET: ${env:PLAN_TRIGGER_BUCKET}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue