diff --git a/env.sample b/env.sample index 0954d28..12b6ae8 100644 --- a/env.sample +++ b/env.sample @@ -1,3 +1,3 @@ -TEST_DATABASE_URL= -TEST_REDIS_URL= -REDIS_PASSWORD= +TEST_DATABASE_URL=postgres://postgres:postgres@localhost:5432/neoq?sslmode=disable&pool_max_conns=100 +TEST_REDIS_URL=localhost:6379 +REDIS_PASSWORD=