mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-10 22:17:44 +00:00
f9b9c595cf
* some tests * more tests * tidy up go.mod * more tests * add postgres * beep * again * Set up schema * fix device test
4 lines
227 B
Text
4 lines
227 B
Text
DATABASE_URL=postgres://andremedeiros@localhost/apollo_test?sslmode=disable
|
|
DATABASE_CONNECTION_POOL_URL=postgres://andremedeiros@localhost/apollo_test?sslmode=disable
|
|
REDIS_URL=redis://127.0.0.1:6379
|
|
STATSD_URL=127.0.0.1:8125
|