Update env.sample with better examples

This commit is contained in:
Adriano Caloiaro 2024-01-19 11:52:46 -07:00
parent 1472507f7d
commit 51452ed7f9
No known key found for this signature in database
GPG key ID: C2BC56DE73CE3F75

View file

@ -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=