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\]$",