Skip to content

Commit 5948a06

Browse files
committed
README & adapter test-util feature - docs update
1 parent a1399d2 commit 5948a06

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ POSTGRES_DB="sentry_follower" PORT=8006 cargo run -p sentry -- \
136136

137137
#### Environment variables
138138

139-
- `ENV` - `production` or `development`; *default*: `development` - passing this env. variable will use the default configuration paths - [`docs/config/ganache.toml`](./docs/config/ganache.toml) (for `development`) or [`docs/config/prod.toml`](./docs/config/prod.toml) (for `production`). Otherwise you can pass your own configuration file path to the binary (check `cargo run -p sentry --help` for more information). In `development` it will make sure Sentry to seed the database.
139+
- `ENV` - `production` or `development`; *default*: `development` - passing this env. variable will use the default configuration paths - [`docs/config/ganache.toml`](./docs/config/ganache.toml) (for `development`) or [`docs/config/prod.toml`](./docs/config/prod.toml) (for `production`). Otherwise you can pass your own configuration file path to the binary (check `cargo run -p sentry --help` for more information). ~~In `development` it will make sure Sentry to seed the database~~ (seeding is disabled, see #514).
140140
- `PORT` - *default*: `8005` - The local port that Sentry API will be accessible at
141141
- `IP_ADDR` - *default*: `0.0.0.0` - the IP address that the API should be listening to
142142

@@ -219,7 +219,7 @@ cargo run -p validator_worker -- \
219219

220220
#### Environment variables
221221

222-
- `ENV` - `production` or `development`; *default*: `development` - passing this env. variable will use the default configuration paths - [`docs/config/ganache.toml`](./docs/config/ganache.toml) (for `development`) or [`docs/config/prod.toml`](./docs/config/prod.toml) (for `production`). Otherwise you can pass your own configuration file path to the binary (check `cargo run -p sentry --help` for more information). In `development` it will make sure that Sentry seeds the database.
222+
- `ENV` - `production` or `development`; *default*: `development` - passing this env. variable will use the default configuration paths - [`docs/config/ganache.toml`](./docs/config/ganache.toml) (for `development`) or [`docs/config/prod.toml`](./docs/config/prod.toml) (for `production`). Otherwise you can pass your own configuration file path to the binary (check `cargo run -p sentry --help` for more information).
223223

224224
##### Adapter
225225

adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "AGPL-3.0"
1212

1313
[features]
1414

15-
# Enables testing untilites for working with Ganache and the Dummy adapter.
15+
# Enables testing untilites for working with Ganache
1616
test-util = ["primitives/test-util"]
1717

1818
[dependencies]

0 commit comments

Comments
 (0)