I am running stardog on the default port 5280 and i have successfully used stardog studio in the default configuration. To properly use stardog in my intranet i had to switch off security with
./stardog-server.sh start --disable-security
and now i can't find a way to create a connection from stardog studio
since an empty username/password doesn't seem to be accepted.
How can i use stardog studio with a server that has the security disabled?