Is there a way to refer to the current directory in a .env
file?
Trying to point the location of a config file from userprofile, to the current path. For example,
CONFIG_FILE=${USERPROFILE}\.configs\config.cfg
I would like to set it to,
CONFIG_FILE=${CURRENTPATH}\.configs\config.cfg