[BE-setup] Update CORS_ORIGIN to serverless.yml
This commit is contained in:
@@ -28,6 +28,7 @@ provider:
|
|||||||
DB_USERNAME: ${self:custom.DB_CONFIG.${self:custom.STAGE}.DB_USERNAME}
|
DB_USERNAME: ${self:custom.DB_CONFIG.${self:custom.STAGE}.DB_USERNAME}
|
||||||
DB_PASSWORD: ${self:custom.DB_CONFIG.${self:custom.STAGE}.DB_PASSWORD}
|
DB_PASSWORD: ${self:custom.DB_CONFIG.${self:custom.STAGE}.DB_PASSWORD}
|
||||||
DB_NAME: ${self:custom.DB_CONFIG.${self:custom.STAGE}.DB_NAME}
|
DB_NAME: ${self:custom.DB_CONFIG.${self:custom.STAGE}.DB_NAME}
|
||||||
|
CORS_ORIGIN: ${file(./config.serverless.yml):CORS_ORIGIN}
|
||||||
apiGateway:
|
apiGateway:
|
||||||
binaryMediaTypes:
|
binaryMediaTypes:
|
||||||
- '*/*'
|
- '*/*'
|
||||||
|
|||||||
Reference in New Issue
Block a user