Skip to content

Commit

Permalink
Merge pull request #9 from adolfont/main
Browse files Browse the repository at this point in the history
Smally typo
  • Loading branch information
sleipnir authored Dec 11, 2023
2 parents ca77f87 + 4bfd124 commit 1ae6e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eigr_io/blog/2023-12-03-distributed-elixir-made-easy.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ And the SDK can be installed in your Elixir project with:
```

When using a statestore, you need to define a statestore key in `config.exs` or using `SPAWN_STATESTORE_KEY` environment variable to make sure your actor state is properly encrypted.
> **NOTE:** Its **recommended** to use a very safe key in handled in the environment for this key.
> **NOTE:** It is **recommended** to securely store the key in the environment where it is being used.
```ELIXIR
config :spawn_statestores, statestore_key: "secure_database_key"
Expand Down

0 comments on commit 1ae6e72

Please sign in to comment.