1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Merge pull request #13869 from Budibase/feature/enable-sqs-in-dev

Enable SQS in dev 🎉
This commit is contained in:
Michael Drury 2024-06-07 12:43:06 +01:00 committed by GitHub
commit 74de806a37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -48,6 +48,7 @@ async function init() {
HTTP_LOGGING: "0",
VERSION: "0.0.0+local",
PASSWORD_MIN_LENGTH: "1",
SQS_SEARCH_ENABLE: "1",
}
config = { ...config, ...existingConfig }

View file

@ -31,6 +31,7 @@ async function init() {
HTTP_LOGGING: "0",
VERSION: "0.0.0+local",
PASSWORD_MIN_LENGTH: "1",
SQS_SEARCH_ENABLE: "1",
}
config = { ...config, ...existingConfig }