Skip to content

Commit

Permalink
Update env.sample with better examples
Browse files Browse the repository at this point in the history
  • Loading branch information
acaloiaro committed Jan 19, 2024
1 parent 1472507 commit 51452ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions env.sample
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TEST_DATABASE_URL=<TEST_DATABASE_URL>
TEST_REDIS_URL=<TEST_REDIS_URL>
REDIS_PASSWORD=<REDIS_PASSWORD>
TEST_DATABASE_URL=postgres://postgres:postgres@localhost:5432/neoq?sslmode=disable&pool_max_conns=100
TEST_REDIS_URL=localhost:6379
REDIS_PASSWORD=

0 comments on commit 51452ed

Please sign in to comment.