Jun 30, 2015
0
Level 1
Forge not reading new environment variables?
I've had a site live for a few months and have been using environment variables through forge for Facebook, DB settings, Mandrill, etc.
I just recently tried to add my Stripe credentials and it won't seem to read the variables. When I php artisan tinker getenv('STRIPE_SECRET') it just returns false. When I use getenv for other environment variables I've been using it works.
Is it a syntax thing with the newer way you add env vars through forge? Really no idea why this isn't working.
Please or to participate in this conversation.