<@ULB5WQV1V> There actually several places you can...
# box-products
b
@Peter Hoopes There actually several places you can put it 🙂 For starters, the command that shows you what env vars are loaded is
Copy code
env show
but keep in mind, env vars loaded as part of a server start only exist for the duration of that command. You can put
env show
in an
onServerStart
server script if you want to debug what env vars exist when the server is starting