File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ The `arkd` server can be configured using environment variables.
65
65
| ` ARKD_DB_TYPE ` | Database type (postgres, sqlite, badger) | ` postgres ` |
66
66
| ` ARKD_DB_URL ` | Postgres connection url if ` ARKD_DB_TYPE ` is set to ` postgres ` | - |
67
67
| ` 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 ` | - |
69
69
| ` ARKD_TX_BUILDER_TYPE ` | Transaction builder type (covenantless) | ` covenantless ` |
70
70
| ` ARKD_LIVE_STORE_TYPE ` | Cache service type (redis, inmemory) | ` redis ` |
71
71
| ` ARKD_REDIS_URL ` | Redis db connection url if ` ARKD_LIVE_STORE_TYPE ` is set to ` redis ` | - |
You can’t perform that action at this time.
0 commit comments