You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| RRn_DB_ACQUIRE_CONNECTION_TIMEOUT| New connection timeout (ms) (RR) | 60000 |
31
48
| TOR_HOST | Tor Hostname ||
32
49
| TOR_CONTROL_PORT | Tor control Port | 9051 |
33
50
| TOR_PASSWORD | Tor control password | nostr_ts_relay |
@@ -41,6 +58,8 @@ The following environment variables can be set:
41
58
| DEBUG | Debugging filter ||
42
59
| ZEBEDEE_API_KEY | Zebedee Project API Key ||
43
60
61
+
If you've set READ_REPLICAS to 4, you should configure RR0_ through RR3_.
62
+
44
63
# Settings
45
64
46
65
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.
@@ -54,6 +73,18 @@ Running `nostream` for the first time creates the settings file in `<project_roo
| paymentProcessors.zebedee.ipWhitelist | List with Zebedee's API Production IPs. See [ZBD API Documentation](https://api-reference.zebedee.io/#c7e18276-6935-4cca-89ae-ad949efe9a6a) for more info. |
85
+
| paymentProcessors.lnbits.baseURL | Base URL of your Lnbits instance. |
0 commit comments