Multi-project Doppler Setup

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 :

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/