From 910efd849c3a24a51eba7da72e9918daa2fd9b58 Mon Sep 17 00:00:00 2001 From: Uku Taht Date: Fri, 27 May 2022 15:52:31 +0300 Subject: [PATCH] Revert config changes --- config/.env.dev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/.env.dev b/config/.env.dev index 7f09444ee..d1d896e20 100644 --- a/config/.env.dev +++ b/config/.env.dev @@ -1,6 +1,6 @@ BASE_URL=http://localhost:8000 -DATABASE_URL=postgres://postgres:postgres@host.docker.internal:5432/plausible_dev -CLICKHOUSE_DATABASE_URL=http://host.docker.internal:8123/plausible_events_db +DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/plausible_dev +CLICKHOUSE_DATABASE_URL=http://127.0.0.1:8123/plausible_events_db SECRET_KEY_BASE=/njrhntbycvastyvtk1zycwfm981vpo/0xrvwjjvemdakc/vsvbrevlwsc6u8rcg ENVIRONMENT=dev MAILER_ADAPTER=Bamboo.LocalAdapter