Environment Variables
Last updated
Last updated
PMS will search for and load a few different .env files to help you configure how PMS works.
.env files, if they exist, are loaded in the following order:
$HOME/.env
$HOME/.env.{SHELL}
$HOME/.env.local
$HOME/.env.{SHELL}.local
PMS Loads .env files in this order to allow you different configuration options. These files are where you will overwrite environment variables defined by to modify behavior.
PMS
Directory where PMS is installed
PMS_LOCAL
Directory where local files are stored
PMS_DEBUG
0 = disabled, 1 = enabled. Enabling debug will produce debug messages
PMS_REPO
PMS_REMOTE
PMS_BRANCH
PMS_THEME
PMS_PLUGINS