Wallogit.com
2017 © Pedro Peláez
It uses config.json as configuration file., (*1)
You can either you plain text password :, (*2)
{
"user" : "toto",
"password" : "#G1bm2p!",
"serverUrl" : "http://host/path"
}
Or a system command to retrieve your (cryptic) password :, (*3)
{
"user" : "toto",
"password" : "`security find-generic-password -a thisisamacexample -w`",
"serverUrl" : "http://host/path"
}
You can define file's path with, (*4)
\gafhyb\iTop\API\Config::setConfigPath(__DIR__ . "/config-test.json");