File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ provider:
8181 userpoolClient : ${self:custom.stageConfig.${self:provider.stage}.userpoolClient}
8282 SQS_URL : ${self:custom.stageConfig.${self:provider.stage}.sqsurl}
8383 AIAI_USERID : SkQfHAjeDxs8eeEnScuYA
84- # TOTP_KEY: ${env:TOTP_KEY}
85- # VAPID_PRIVATE_KEY: ${env:VAPID_PRIVATE_KEY}
86- # VAPID_PUBLIC_KEY: ${env:VAPID_PUBLIC_KEY}
87- TOTP_KEY : ${file(../apsecrets.yml):totp_key}
88- VAPID_PRIVATE_KEY : ${file(../apsecrets.yml):vapid_private_key}
89- VAPID_PUBLIC_KEY : ${file(../apsecrets.yml):vapid_public_key}
84+ TOTP_KEY : ${env:TOTP_KEY}
85+ VAPID_PRIVATE_KEY : ${env:VAPID_PRIVATE_KEY}
86+ VAPID_PUBLIC_KEY : ${env:VAPID_PUBLIC_KEY}
87+ # TOTP_KEY: ${file(../apsecrets.yml):totp_key}
88+ # VAPID_PRIVATE_KEY: ${file(../apsecrets.yml):vapid_private_key}
89+ # VAPID_PUBLIC_KEY: ${file(../apsecrets.yml):vapid_public_key}
9090 iam :
9191 role :
9292 statements :
You can’t perform that action at this time.
0 commit comments