From d62d5cd53a8835ea5b1c2d34be99cadd4ef39a35 Mon Sep 17 00:00:00 2001 From: alse Date: Thu, 20 May 2021 13:44:10 -0700 Subject: [PATCH] Update readme with info about BASE_URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e8f6c78..d66bd3c 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,9 @@ Get latest `node` from [here](https://nodejs.org/en/download/current/). Then, npm install -g crontab-ui crontab-ui -If you need to set/use an alternative host or port, you may do so by setting an environment variable before starting the process: +If you need to set/use an alternative host, port OR base url, you may do so by setting an environment variable before starting the process: - HOST=0.0.0.0 PORT=9000 crontab-ui + HOST=0.0.0.0 PORT=9000 BASE_URL=/alse crontab-ui By default, db, backups and logs are stored in the installation directory. It is **recommended** that it be overriden using env variable `CRON_DB_PATH`. This is particularly helpful in case you **update** crontab-ui.