Skip to content

Commit

Permalink
docs: be sure to update hash secret and token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeF0x committed Nov 14, 2024
1 parent c1b39e0 commit 90c7f94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 90c7f94

Please sign in to comment.