We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6e8701 commit 43088aeCopy full SHA for 43088ae
vue.config.js
@@ -2,9 +2,9 @@ const version = require('child_process')
2
.execSync('git rev-parse HEAD')
3
.toString().trim()
4
const vars = {
5
- LAMBDA_NAME: "notifications-notificationslambdamailjetF3B685B6-1979LDYKMT4WK",
+ LAMBDA_NAME: "notifications-notificationslambdamailjetF3B685B6-uBqHEo0igou8",
6
LAST_UPDATE: new Date().toISOString(),
7
- REGION: "us-east-2",
+ REGION: "us-east-1",
8
VERSION_COMMIT: `https://github.com/shaftoe/webmail/commit/${version}`,
9
VERSION: version,
10
}
0 commit comments