package vars var ( RUN_MODE_DEV = "dev" RUN_MODE_TEST = "test" RUN_MODE_PROD = "prod" ServiceLease int64 = 60 ServiceRootPrefix string = "/" )