Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
erikreppel committed Apr 26, 2024
1 parent d1a59ae commit 0ab41c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/OPERATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,9 @@ SYNC_LOOKBACK_HOURS: u64 (6) - Number of hours to look back for s
**Recommended Configuration for Production:**

```
DATABASE_URL=sqlite://mintpool.db
PERSIST_STATE=true
DATABASE_URL=sqlite://mintpool.db # path for sqlite database
PERSIST_STATE=true # persists mints between restarts
ADMIN_API_SECRET=shared_secret_with_api_clients # This is required to access admin routes
```

### Configuring blockchain RPC
Expand Down

0 comments on commit 0ab41c4

Please sign in to comment.