Revert config changes

This commit is contained in:
Uku Taht 2022-05-27 15:52:31 +03:00
parent 892133d036
commit 910efd849c

View File

@ -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