Every time I launch Servoy Developer, I have to type in my SERVOY UID/PWD
I believe there is a way to register these on my development PC?
Daryl
Every time I launch Servoy Developer, I have to type in my SERVOY UID/PWD
I believe there is a way to register these on my development PC?
Daryl
Hello Daryl,
I’ve had a similar situation when running multiple instances of developer on MacOS.
In order to keep the login, I’ve changed the location of secure storage file for each instance.
Just added a line in servoy.ini before vmargs line like:
-eclipse.keyring
/path/to/your/custom/location/secure_storage
I’ve used a different path for each developer instance I’ve run.
Hope this helps
Marian