We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0fd2b commit 202737cCopy full SHA for 202737c
README.md
@@ -183,6 +183,7 @@ Set the following environment variables:
183
184
```
185
DB_URI="postgresql://postgres:postgres@localhost:5432/nostr_ts_relay_test"
186
+ DB_USER=postgres
187
188
or
189
@@ -236,10 +237,11 @@ Run migrations (at least once and after pulling new changes):
236
237
npm run db:migrate
238
239
-Create .nostr folder inside nostream project folder:
240
+Create .nostr folder inside nostream project folder and copy over the settings file:
241
242
243
mkdir .nostr
244
+ cp resources/default-settings.yaml .nostr/settings.yaml
245
246
247
To start in development mode:
0 commit comments