bludnic / opentrader

🤖 Powerful open-source crypto trading bot. Give it a ⭐ to support the project!
Apache License 2.0
231 stars 26 forks source link

Use single source of ENV variables #23

Closed bludnic closed 6 months ago

bludnic commented 7 months ago

Currently using a workaround with a symlink to root .env:

.env ← apps/frontend/.env .env ← apps/processor/.env .env ← packages/prisma/.env

About ENV variable in Turbo repo:

bludnic commented 7 months ago

Quote from Turbo docs:

We want every dev to have a great experience using Turbo. The approach documented below does not live up to those standards. We're working on a first-class solution to this problem - but while you wait, here's the next-best solution. https://turbo.build/repo/docs/handbook/dev#using-environment-variables

Possible improvement in handling ENV variables will be available soon. I will put this task on hold.

bludnic commented 6 months ago

Marked as closed until any updates