diff options
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 = "" +} |