Skip to content

Commit 6917528

Browse files
authored
docs: be sure to update hash secret and token secret (#37)
* docs: be sure to update hash secret and token secret * docs: info on port
1 parent c1b39e0 commit 6917528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ 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
5151
If everything went well and there is no output after running the last command, cira is listening on port `8080`.
5252

0 commit comments

Comments
 (0)