Configuration variables - rodrigoSaladoAnaya/gertx GitHub Wiki
Run Gertx
By default Gertx starts with his own Bootstrap file, but if you want disable this feature use the environment variable:
gertx.initVertx = false
Run the VerticleManager (VMgr)
By default the VMgr start after the Gertx inicialize, but if you want disable this feature use the environment variable:
gertx.runVerticleManager = false
VMgr port
By default the VMgr chooses a free port, but if you want set a specific port use the environment variable:
gertx.verticleManagerPort = PORT_NUMBER
VMgr host
By default the vertical manager chooses a localhost
host, but if you want set a specific host use the environment variable:
gertx.verticleManagerHost = HOST_STRING
Set all this variables into the
Config.groovy
class