Monorepo best practices

Hi @btakashi !

You could reference secrets from a global vault project for example, if you want to avoid duplication and be able to change once and apply everywhere automatically :v:

About monorepo best practices, here’s a thread about it :

Example configuration :

# doppler.yaml
setup:
  - project: frontend
    config: dev
    path: frontend/
  - project: backend
    config: dev
    path: backend/