is there a way to read enviroment variables in a c...
# compose-web
t
is there a way to read enviroment variables in a compose web app?
3
🚫 3
maybe 1
a
only at build time
👍 1
h
It's unrelated to Compose, but a (expected) limitation of the sandbox of the browser.
👍 1
o
In a testing context, you can use simulated environment variables if your test framework supports it, like TestBalloon does.
👀 1