From 90c7f941b70054508caa7a320da2c282f70b2f98 Mon Sep 17 00:00:00 2001 From: CodeF0x Date: Thu, 14 Nov 2024 19:22:52 +0100 Subject: [PATCH] docs: be sure to update hash secret and token secret --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 1572941..088e1aa 100644 --- a/readme.md +++ b/readme.md @@ -45,10 +45,9 @@ installed. Same goes for other distros (build-essential might be called differen If this error accours while installing `diesel_cli`, try `sudo apt install -y libsqlite3-dev libpq-dev libmysqlclient-dev`. There are some default values set in the .env file, you can adjust them as you wish. -Keep in mind to change the code as well. For example, if you change the database file name, change it in the .env file -as well. +Keep in mind to change the code as well. +> ⚠️ Be sure to update both `HASH_SECRET` and `JWT_SECRET` to something cryptographically safe! -If everything went well and there is no output after running the last command, cira is listening on port `8080`. You can also launch it in a screen or in a container, so it runs without an active shell session.