-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating Example Configuration (#26)
* Using the DB_OUTPUT_PATH for the example sns configuration. * Updating the example SQS configuration to use softwaremill/elasticmq-native and to set the AWS region and account id.
- Loading branch information
1 parent
8a069dd
commit cdfe0a4
Showing
3 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -168,3 +168,4 @@ nbdist/ | |
db.json | ||
!example/config/db.json | ||
example/config/logs | ||
example/config/ouput |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
include classpath("application.conf") | ||
|
||
node-address { | ||
protocol = http | ||
host = sqs | ||
port = 9324 | ||
context-path = "" | ||
} | ||
|
||
queues { | ||
queue1 {} | ||
} | ||
|
||
# Region and accountId which will be included in resource ids | ||
aws { | ||
region = us-east-1 | ||
accountId = 000000000000 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters