Merge pull request #4919 from Infisical/fix/use-root-key-as-encryption-key

fix(encryption-key): add a new .env.dev.example file to be used by contributors
This commit is contained in:
Victor Hugo dos Santos
2025-12-18 14:24:44 -03:00
committed by GitHub
5 changed files with 156 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ git checkout -b MY_BRANCH_NAME
## Set up environment variables
Start by creating a `.env` file at the root of the Infisical directory then copy the contents of the file linked [here](https://github.com/Infisical/infisical/blob/main/.env.example). View all available [environment variables](https://infisical.com/docs/self-hosting/configuration/envars) and guidance for each.
Start by creating a `.env` file at the root of the Infisical directory then copy the contents of the file linked [here](https://github.com/Infisical/infisical/blob/main/.env.dev.example). View all available [environment variables](https://infisical.com/docs/self-hosting/configuration/envars) and guidance for each.
## Starting Infisical for development