mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 09:33:19 +03:00
Set SECURE_COOKIE=false for local dev (#3289)
Safari won't allow to set it even for localhost
This commit is contained in:
parent
da3d4366f6
commit
df19fad046
@ -1,4 +1,5 @@
|
|||||||
BASE_URL=http://localhost:8000
|
BASE_URL=http://localhost:8000
|
||||||
|
SECURE_COOKIE=false
|
||||||
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/plausible_dev
|
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/plausible_dev
|
||||||
CLICKHOUSE_DATABASE_URL=http://127.0.0.1:8123/plausible_events_db
|
CLICKHOUSE_DATABASE_URL=http://127.0.0.1:8123/plausible_events_db
|
||||||
SECRET_KEY_BASE=/njrhntbycvastyvtk1zycwfm981vpo/0xrvwjjvemdakc/vsvbrevlwsc6u8rcg
|
SECRET_KEY_BASE=/njrhntbycvastyvtk1zycwfm981vpo/0xrvwjjvemdakc/vsvbrevlwsc6u8rcg
|
||||||
|
Loading…
Reference in New Issue
Block a user