From d4cdf4288e14526677ff64ad446fa895898a048e Mon Sep 17 00:00:00 2001 From: Johnr24 Date: Wed, 5 Feb 2025 03:33:58 +0000 Subject: [PATCH] Update .env.sample (#8323) --- .env.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index eb57ad85c6..51046501da 100644 --- a/.env.sample +++ b/.env.sample @@ -12,14 +12,14 @@ UTILS_SECRET=generate_a_new_key # For production point these at your databases, in development the default # should work out of the box. -DATABASE_URL=postgres://user:pass@localhost:5432/outline +DATABASE_URL=postgres://user:pass@postgres:5432/outline DATABASE_CONNECTION_POOL_MIN= DATABASE_CONNECTION_POOL_MAX= # Uncomment this to disable SSL for connecting to Postgres # PGSSLMODE=disable # For redis you can either specify an ioredis compatible url like this -REDIS_URL=redis://localhost:6379 +REDIS_URL=redis://redis:6379 # or alternatively, if you would like to provide additional connection options, # use a base64 encoded JSON connection option object. Refer to the ioredis documentation # for a list of available options.