File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,14 +46,15 @@ custom:
4646 userpoolId : us-east-1_2zrzbEjoU
4747 userpoolClient : 14mpql1tmvntup4p2anm4jt782
4848 sqsurl : https://sqs.us-east-1.amazonaws.com/153672715141/abstractplay-aiai-dev-aiai-queue
49+ wsDomain : qwmw4fb0l6.execute-api.us-east-1.amazonaws.com
4950
5051 prod :
5152 profile : AbstractPlayProd
5253 userpool : arn:aws:cognito-idp:us-east-1:153672715141:userpool/us-east-1_YCjgSZHJm
5354 userpoolId : us-east-1_YCjgSZHJm
5455 userpoolClient : 2isan3ctk1aabt2v6r6aptlpg
5556 sqsurl : https://sqs.us-east-1.amazonaws.com/153672715141/abstractplay-aiai-prod-aiai-queue
56-
57+ wsDomain : qwmw4fb0l6.execute-api.us-east-1.amazonaws.com
5758
5859package :
5960 # individually: true
@@ -86,7 +87,7 @@ provider:
8687 userpoolClient : ${self:custom.stageConfig.${self:provider.stage}.userpoolClient}
8788 SQS_URL : ${self:custom.stageConfig.${self:provider.stage}.sqsurl}
8889 AIAI_USERID : SkQfHAjeDxs8eeEnScuYA
89- WEBSOCKET_DOMAIN : ${cf:${ self:service}- ${self:provider.stage}.WebSocketApiDomainName }
90+ WEBSOCKET_DOMAIN : ${self:custom.stageConfig. ${self:provider.stage}.wsDomain }
9091 WEBSOCKET_STAGE : ${self:provider.stage}
9192 TOTP_KEY : ${env:TOTP_KEY}
9293 VAPID_PRIVATE_KEY : ${env:VAPID_PRIVATE_KEY}
You can’t perform that action at this time.
0 commit comments