docs: add note to configuration readme (#371)

This commit is contained in:
Michael Rhee 2024-10-20 19:17:01 -05:00 committed by Ricardo Arturo Cabral Mejía
parent 3d1e5733cc
commit c2345efba0

View File

@ -62,7 +62,7 @@ If you've set READ_REPLICAS to 4, you should configure RR0_ through RR3_.
# Settings
Running `nostream` for the first time creates the settings file in `<project_root>/.nostr/settings.yaml`. If the file is not created and an error is thrown ensure that the `<project_root>/.nostr` folder exists. The configuration directory can be changed by setting the `NOSTR_CONFIG_DIR` environment variable.
Running `nostream` for the first time creates the settings file in `<project_root>/.nostr/settings.yaml`. If the file is not created and an error is thrown ensure that the `<project_root>/.nostr` folder exists. The configuration directory can be changed by setting the `NOSTR_CONFIG_DIR` environment variable. `nostream` will pick up any changes to this settings file without needing to restart.
| Name | Description |
|---------------------------------------------|-------------------------------------------------------------------------------|