Skip to content

Commit d428fd0

Browse files
committed
update test envs
1 parent e4b8937 commit d428fd0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.env.test.example

+4-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
DB_CONNECTION_URI=postgres://infisical:infisical@localhost:5430/infisical-test
2-
REDIS_URL=redis://redis:6379
3-
# Keys
4-
# Required key for platform encryption/decryption ops
5-
# THIS IS A SAMPLE ENCRYPTION KEY AND SHOULD NOT BE USED FOR PRODUCTION
6-
ENCRYPTION_KEY=6c1fe4e407b8911c104518103505b218
7-
AUTH_SECRET=something-random
1+
REDIS_URL=redis://localhost:6379
2+
DB_CONNECTION_URI=postgres://infisical:infisical@localhost/infisical?sslmode=disable
3+
AUTH_SECRET=4bnfe4e407b8921c104518903515b218
4+
ENCRYPTION_KEY=4bnfe4e407b8921c104518903515b218

0 commit comments

Comments
 (0)