Answers for "Error: Unable to locate env file at default location (./.env)"

0

Error: Unable to locate env file at default location (./.env)

You can set environment variable using your own custom .env files with -f flag with env-cmd. Use this command to set env variables that are defined in custom file './config/myvar.env'.

env-cmd -f ./config/myvar.env
Posted by: Guest on June-05-2021

Browse Popular Code Answers by Language