Join Slack
Powered by
is there a way to read enviroment variables in a c...
# compose-web
t
Taha
03/28/2026, 2:24 PM
is there a way to read enviroment variables in a compose web app?
❌ 3
🚫 3
maybe
1
a
andylamax
03/28/2026, 2:46 PM
only at build time
👍 1
h
hfhbd
03/28/2026, 8:11 PM
It's unrelated to Compose, but a (expected) limitation of the sandbox of the browser.
👍 1
o
Oliver.O
03/28/2026, 8:32 PM
In a testing context, you can use simulated environment variables if your test framework supports it,
like TestBalloon does
.
👀 1
4
Views
Open in Slack
Previous
Next