diff options
author | Valery Piashchynski <[email protected]> | 2021-07-07 12:37:24 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-07-07 12:37:24 +0300 |
commit | 127186a72d4b8d30f6ada72ade661d8713490728 (patch) | |
tree | 0a241602c1b0461c4e0535d9e4183a978b751c8d /tests/env/custom.conf | |
parent | 36bf9228e60f59f569e84822e2860980d7ed698d (diff) |
Rework test env...
Move all dockerfiles, docker-compose files into the env folder inside
the tests folder.
Add elasticmq dockerfile to build SQS compatible test env.
Add beanstalk, rabbitmq, sqs to the main tests docker-compose file.
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'tests/env/custom.conf')
-rw-r--r-- | tests/env/custom.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/env/custom.conf b/tests/env/custom.conf new file mode 100644 index 00000000..9be7730e --- /dev/null +++ b/tests/env/custom.conf @@ -0,0 +1,8 @@ +include classpath("application.conf") + +node-address { + protocol = http + host = "*" + port = 9324 + context-path = "" +} |