I'm using the RavenDB-Build-2380
which is running on default port 8080. Hence it is using
http://localhost:8080/raven/studio.html#/databases?database=Test
How to configure RavenDb to run on another port?
I tried changing the following in Raven.Server.exe.config file, yet not working
<add key="Raven/Port" value="*"/>
Kindly share your suggestions on this issue.
Thanks in advance.