mirror of
https://github.com/acaloiaro/neoq
synced 2026-07-21 10:12:18 +00:00
Update env.sample with better examples
This commit is contained in:
parent
1472507f7d
commit
51452ed7f9
1 changed files with 3 additions and 3 deletions
|
|
@ -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=
|
||||
|
|
|
|||
Loading…
Reference in a new issue