I try to set environment variables using the circle.yml file, however, they are not being read by my Laravel Application.
I have run printenv and I do not find any of the envrionment variables I have defined in circle.yml
any help or pointers that can lead me to the right direction is appreciated.
Hi @loganbfisher i have created a separate en file where i use the original variables but with the correct values for database credentials and app en and other information.
So in terminal i have used cp ~/project/.env.testing ~/project/.env and removed the environment section in circle.yml