Hey @zidong !
I’ve been through this some time ago, and Doppler released a feature to ease those kind of setups, please take a look here :
- Is there a way to change the doppler setup inside the monorepo at once? - #9 by watsonian
- https://github.com/DopplerHQ/cli/pull/374
I think you can edit your local doppler.yaml
like the following :
setup:
- project: frontend
config: dev
path: frontend/
- project: backend
config: dev
path: backend/