File tree 1 file changed +2
-3
lines changed 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -45,10 +45,9 @@ installed. Same goes for other distros (build-essential might be called differen
45
45
If this error accours while installing ` diesel_cli ` , try ` sudo apt install -y libsqlite3-dev libpq-dev libmysqlclient-dev ` .
46
46
47
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.
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!
50
50
51
- If everything went well and there is no output after running the last command, cira is listening on port ` 8080 ` .
52
51
53
52
You can also launch it in a screen or in a container, so it runs without an active shell session.
54
53
You can’t perform that action at this time.
0 commit comments