Skip to content

Commit

Permalink
update test envs
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Feb 19, 2024
1 parent e4b8937 commit d428fd0
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .env.test.example
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d428fd0

Please sign in to comment.