Skip to content

Commit 90c7f94

Browse files
committed
docs: be sure to update hash secret and token secret
1 parent c1b39e0 commit 90c7f94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

readme.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,9 @@ installed. Same goes for other distros (build-essential might be called differen
4545
If this error accours while installing `diesel_cli`, try `sudo apt install -y libsqlite3-dev libpq-dev libmysqlclient-dev`.
4646

4747
There are some default values set in the .env file, you can adjust them as you wish.
48-
Keep in mind to change the code as well. For example, if you change the database file name, change it in the .env file
49-
as well.
48+
Keep in mind to change the code as well.
49+
> ⚠️ Be sure to update both `HASH_SECRET` and `JWT_SECRET` to something cryptographically safe!
5050
51-
If everything went well and there is no output after running the last command, cira is listening on port `8080`.
5251

5352
You can also launch it in a screen or in a container, so it runs without an active shell session.
5453

0 commit comments

Comments
 (0)