That's really just because that's a very common en...
# box-products
b
That's really just because that's a very common env var name in ColdBox apps, so it's a useful fallback if you haven't set anything else explicitly.
So you're welcome to let CommandBox sit back and find your environment env var, or you can set it explicitly in the
server.json
or
box_server_xx
env var convention overrides. Your choice.
It's also worth noting the
box_server_xx
conventions are simply overrides to your
server.json
c
@bdw429s Can I safely omit the
BOX_SERVER_PROFILE
and stick with the
environment
or should I keep both. I use
environment
in my app.
b
Your choice.
😉
c
Cool, thanks!