Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Nov 20, 2023
1 parent da407d0 commit 22d41c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This repository follows the monorepo pattern and includes the following projects

You can run this application conveniently packaged with docker compose.

You can use the existing xref:./docker-composer.yml[docker-composer.yml] as starting point.
You can use the existing xref:./docker-compose.yml[docker-compose.yml] as starting point.
Among the typical Rails ENV vars (such as `SECRET_KEY_BASE`), there is also the `IDENTIFICATION_PRIVATE_KEY` env. This is the private key that identifies this bulletin board instance. Keep reading to see how to generate this private key.

Also, you need to have an additional docker instance running, with the same ENVs, a `sidekiq` instance. This is very important as they are many background jobs created by the bulletin board on every cryptographic transaction. If using the provided xref:./docker-entrypoint.sh[entrypoint], you can use simply the ENV `RUN_SIDEKIQ` in the worker:
Expand Down

0 comments on commit 22d41c8

Please sign in to comment.