argparser.add_argument('--proxy-path',help='Proxy base path',default='127.0.0.1')
argparser.add_argument('--reverse-proxy-path',help='Base path in case Zoe is behind a reverse proxy under a path',default='')
# Scheduler
argparser.add_argument('--scheduler-class',help='Scheduler class to use for scheduling ZApps',choices=['ZoeElasticScheduler'],default='ZoeElasticScheduler')