1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00

Enables SQS in dev!

This commit is contained in:
mike12345567 2024-06-06 16:10:58 +01:00
parent b7911bfdb5
commit 243ccee645
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 }