This commit is contained in:
ruslandoga 2024-09-13 14:10:49 +07:00
parent 81d57f9ead
commit f7f9473089

View File

@ -33,7 +33,6 @@ To set up Plausible CE quickly, follow these steps:
```console ```console
$ touch .env $ touch .env
$ echo "BASE_URL=https://plausible.example.com" >> .env $ echo "BASE_URL=https://plausible.example.com" >> .env
$ echo "SECRET_KEY_BASE=$(openssl rand -base64 48)" >> .env $ echo "SECRET_KEY_BASE=$(openssl rand -base64 48)" >> .env