Fixed issue #2: [SQS or Terraform] Queues are not being created
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { CommonConfig } from "./common-config.interface";
|
||||
|
||||
export default (): CommonConfig => ({
|
||||
AWS_ACCOUNT_ID: '123456789012',
|
||||
AWS_ACCOUNT_ID: '000000000000',
|
||||
AWS_REGION: 'us-east-1',
|
||||
// DB_DATABASE: ':memory:',
|
||||
DB_DATABASE: 'local-aws.sqlite',
|
||||
|
||||
Reference in New Issue
Block a user