| commit | e906be82b2ee33d74b970953e3d3886fe56e00f3 | [log] [tgz] |
|---|---|---|
| author | Jan Lehnardt <jan@apache.org> | Sat Oct 04 13:19:27 2025 +0200 |
| committer | Jan Lehnardt <jan@apache.org> | Sat Oct 04 15:10:00 2025 +0200 |
| tree | fa6568ffc7ae924dff391c2605e1f66e23a34aba | |
| parent | 4244bf2be1c44140d94f40ab9789f127e321dbe9 [diff] |
feat(dev/run): write couch_uri files so ports are discoverable with --auto-ports option
diff --git a/dev/run b/dev/run index 478fb2a..f1b6c5d 100755 --- a/dev/run +++ b/dev/run
@@ -813,6 +813,13 @@ flags=re.MULTILINE, ) + contents = re.sub( + r"^;uri_file =$", + "uri_file = ./dev/lib/{}/couch.uri".format(node), + contents, + flags=re.MULTILINE, + ) + if ctx["enable_erlang_views"]: contents = re.sub( r"^\[native_query_servers\]$",