From d428fd055b0df6ae94842d17a41cc5c147b295e4 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 19 Feb 2024 16:52:59 -0500 Subject: [PATCH] update test envs --- .env.test.example | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.env.test.example b/.env.test.example index 2bbeccb9c6..bce047f77d 100644 --- a/.env.test.example +++ b/.env.test.example @@ -1,7 +1,4 @@ -DB_CONNECTION_URI=postgres://infisical:infisical@localhost:5430/infisical-test -REDIS_URL=redis://redis:6379 -# Keys -# Required key for platform encryption/decryption ops -# THIS IS A SAMPLE ENCRYPTION KEY AND SHOULD NOT BE USED FOR PRODUCTION -ENCRYPTION_KEY=6c1fe4e407b8911c104518103505b218 -AUTH_SECRET=something-random +REDIS_URL=redis://localhost:6379 +DB_CONNECTION_URI=postgres://infisical:infisical@localhost/infisical?sslmode=disable +AUTH_SECRET=4bnfe4e407b8921c104518903515b218 +ENCRYPTION_KEY=4bnfe4e407b8921c104518903515b218 \ No newline at end of file