diff options
author | Valery Piashchynski <[email protected]> | 2021-09-16 21:31:34 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-09-16 21:31:34 +0300 |
commit | 0a843b0d812d4421025b323a637e0df39d805f75 (patch) | |
tree | e99227af4518cd1584fd6995646d077f1ed688c1 /tests/env/custom.conf | |
parent | 44d0b505031e8f042783792883021f21fcba5f72 (diff) | |
parent | 337d292dd2d6ff0a555098b1970d8194d8df8bc2 (diff) |
Merge remote-tracking branch 'origin' into feat/plugins-refactor
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, 0 insertions, 8 deletions
diff --git a/tests/env/custom.conf b/tests/env/custom.conf deleted file mode 100644 index 9be7730e..00000000 --- a/tests/env/custom.conf +++ /dev/null @@ -1,8 +0,0 @@ -include classpath("application.conf") - -node-address { - protocol = http - host = "*" - port = 9324 - context-path = "" -} |