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

@@ -47,7 +47,7 @@ jobs:
- name: Output .env file and enable feature flags for BDD tests
run: |
cp .env.example .env
cp .env.dev.example .env
echo "ACME_DEVELOPMENT_MODE=true" >> .env
echo "ACME_DEVELOPMENT_HTTP01_CHALLENGE_HOST_OVERRIDES={\"localhost\": \"host.docker.internal:8087\", \"infisical.com\": \"host.docker.internal:8087\", \"example.com\": \"host.docker.internal:8087\"}" >> .env
echo "BDD_NOCK_API_ENABLED=true" >> .env