We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa99d83 commit 1a52e07Copy full SHA for 1a52e07
.env.example
@@ -19,5 +19,5 @@ LOG_LEVEL=info
19
20
# Security
21
COOKIE_SECRET=
22
-COOKIE_NAME=
+COOKIE_NAME=session_id
23
RATE_LIMIT_MAX=4 # 4 is for tests, increase if you need more
README.md
@@ -18,7 +18,14 @@ Install the dependencies:
18
npm install
```
+### Environment variables
+
+Create a `.env` file based on `.env.example` and update values as needed.
24
25
+Make sure `COOKIE_SECRET` is set to a secret with at least 32 characters.
26
27
### Database
28
29
You can run a MySQL instance with Docker:
30
```bash
31
docker compose up
0 commit comments