#lizabog
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
would you mind sharing the command you're running in your terminal?
and which OS you're using
"stripe apps start" on mac os monterey
would you mind sharing your code?
you won't have access to process.env in the application
How else can we use environment variables ?
So we would need to either hard code everything or use the Secret Store API?
looking into this
I guess you only have these 2 options right
Thank you for your help
What are the two options? Isn't just 1 option - using the Secret Store
@latent isle hard coding is the not elegant second option
yes exactly
So no other way of managing a var based on changing enviorment?