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 c1b39e0 commit 6917528Copy full SHA for 6917528
readme.md
@@ -45,8 +45,8 @@ installed. Same goes for other distros (build-essential might be called differen
45
If this error accours while installing `diesel_cli`, try `sudo apt install -y libsqlite3-dev libpq-dev libmysqlclient-dev`.
46
47
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.
+Keep in mind to change the code as well.
+> ⚠️ Be sure to update both `HASH_SECRET` and `JWT_SECRET` to something cryptographically safe!
50
51
If everything went well and there is no output after running the last command, cira is listening on port `8080`.
52
0 commit comments