We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to update environment variable in shopify application?

How to update environment variable in shopify application?

mrkarim
Shopify Partner
19 1 0

Hello Developers, 

I am trying to build an application and I am unable to update APP_URL link from the env variable.It always shows some randomly generated link. Is there any way to update it?

 

shopify.png

Reply 1 (1)

btrain-004
Shopify Partner
12 0 3

It depends on how you are starting up your environment. But this is how I did it while in dev mode using Shopify 3.0 CLI for node, you can pass in the "--tunnel-url" and the URL you want. 

 

--tunnel-url doc for Shopify node.