Skip to content

Commit 45e275e

Browse files
committed
Fix
1 parent 1d67940 commit 45e275e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The `arkd` server can be configured using environment variables.
6565
| `ARKD_DB_TYPE` | Database type (postgres, sqlite, badger) | `postgres` |
6666
| `ARKD_DB_URL` | Postgres connection url if `ARKD_DB_TYPE` is set to `postgres` | - |
6767
| `ARKD_EVENT_DB_TYPE` | Event database type (redis, inmemory) | `redis` |
68-
| `ARKD_EVENT_DB_URL` | Event database url if `ARKD_DB_TYPE` is set to `postgres` | - |
68+
| `ARKD_EVENT_DB_URL` | Event database url if `ARKD_EVENT_DB_TYPE` is set to `postgres` | - |
6969
| `ARKD_TX_BUILDER_TYPE` | Transaction builder type (covenantless) | `covenantless` |
7070
| `ARKD_LIVE_STORE_TYPE` | Cache service type (redis, inmemory) | `redis` |
7171
| `ARKD_REDIS_URL` | Redis db connection url if `ARKD_LIVE_STORE_TYPE` is set to `redis` | - |

0 commit comments

Comments
 (0)