mirror of
https://github.com/plausible/hosting.git
synced 2025-01-15 14:34:30 -06:00
Update README.md
This commit is contained in:
parent
300a8ddce9
commit
1fdfad4001
12
README.md
12
README.md
@ -34,15 +34,15 @@ To set up Plausible CE quickly, follow these steps:
|
||||
```console
|
||||
$ touch .env
|
||||
|
||||
$ echo "HTTP_PORT=8080" >> .env
|
||||
$ echo "HTTPS_PORT=8443" >> .env
|
||||
$ echo "BASE_URL=https://plausible.example.com:8443" >> .env
|
||||
$ echo "HTTP_PORT=80" >> .env
|
||||
$ echo "HTTPS_PORT=443" >> .env
|
||||
$ echo "BASE_URL=https://plausible.example.com" >> .env
|
||||
$ echo "SECRET_KEY_BASE=$(openssl rand -base64 48)" >> .env
|
||||
|
||||
$ cat .env
|
||||
HTTP_PORT=8080
|
||||
HTTPS_PORT=8443
|
||||
BASE_URL=https://plausible.example.com:8443
|
||||
HTTP_PORT=80
|
||||
HTTPS_PORT=443
|
||||
BASE_URL=https://plausible.example.com
|
||||
SECRET_KEY_BASE=As0fZsJlUpuFYSthRjT5Yflg/NlxkFKPRro72xMLXF8yInZ60s6xGGXYVqml+XN1
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user