I am to switch between DB localhost or a dev server DB depending on the system I am running the code.
in the build.gradle
System.getenv()
System.getProperty("test.property") but this one comes as null.
2 possible solutions, 1) set the System varibale 2) Try some other way to get the domain
Appreciate your answers
Expecting a way to get the domain so that i can decide which DB and other scripts to be used.