|
|
|
|
|
by jamesthurley
629 days ago
|
|
You can use different vaults for different projects and different environments. IIRC you can then automatically switch between, for example, dev and prod vaults using environment variables in the references in the .env files. So on a dev machine it could use the dev vault for your project, but when you deploy it could use the prod vault. Within vaults you can name and organise how you like, you’re not limited to usernames and passwords. You can have arbitrarily named fields, whole text blocks, or files. |
|