From b20624772609b5818132834489142e0d091f632d Mon Sep 17 00:00:00 2001 From: 0xThresh <104535511+0xThresh@users.noreply.github.com> Date: Fri, 12 Apr 2024 14:40:55 -0700 Subject: [PATCH] Updated .env.sample to correctly match docker-compose file (#33) --- .env.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.sample b/.env.sample index f7d0efa..d5394a7 100644 --- a/.env.sample +++ b/.env.sample @@ -4,6 +4,6 @@ POKT_RPC_TIMEOUT=5s ENVIRONMENT_STAGE=development POKT_APPLICATIONS_ENCRYPTION_KEY= SESSION_CACHE_TTL=75m -DB_CONNECTION_URL=postgres://postgres:mypassword@localhost:5432/postgres?sslmode=disable +DB_CONNECTION_URL=postgres://myuser:mypassword@postgres:5432/postgres?sslmode=disable API_KEY= ALTRUIST_REQUEST_TIMEOUT=10s \ No newline at end of file