mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-09 15:38:03 -05:00
Do not write enc key
This commit is contained in:
2
.github/workflows/run-backend-bdd-tests.yml
vendored
2
.github/workflows/run-backend-bdd-tests.yml
vendored
@@ -48,8 +48,6 @@ jobs:
|
||||
- name: Output .env file
|
||||
run: |
|
||||
cp .env.example .env
|
||||
NEW_ENCRYPTION_KEY=$(openssl rand -base64 32)
|
||||
sed -i "s#ENCRYPTION_KEY=.*#ENCRYPTION_KEY=$NEW_ENCRYPTION_KEY#" .env
|
||||
echo "ACME_DEVELOPMENT_MODE=true" >> .env
|
||||
echo "ACME_FEATURE_ENABLED=true" >> .env
|
||||
echo "ACME_DEVELOPMENT_HTTP01_CHALLENGE_HOST_OVERRIDES={\"localhost\": \"host.docker.internal:8087\"}" >> .env
|
||||
|
||||
Reference in New Issue
Block a user