You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`$HOME/docker/volumes/postgres` - your local storage for postgres (persist the data when we remove the container)
38
-
-`POSTGRES_PASSWORD=docker` - the password of `postgres` user
38
+
-`POSTGRES_PASSWORD=postgres` - the password of `postgres` user
39
39
40
40
### Running Redis
41
41
@@ -73,7 +73,7 @@ The password for the Keystore file can be set using the [environment variable `K
73
73
./docs/config/dev.toml
74
74
```
75
75
76
-
#### Using the `Dummy Adapter`:
76
+
#### Using the `Dummy Adapter`
77
77
78
78
**Dummy** identities:
79
79
@@ -94,9 +94,9 @@ The password for the Keystore file can be set using the [environment variable `K
94
94
./docs/config/dev.toml
95
95
```
96
96
97
-
For full list, check out (primitives/src/util/tests/prep_db.rs#L29-L43)[./primitives/src/util/tests/prep_db.rs#L29-L43]
97
+
For full list, check out [primitives/src/util/tests/prep_db.rs#L29-L43](./primitives/src/util/tests/prep_db.rs#L29-L43)
98
98
99
-
#### Environment variables:
99
+
#### Environment variables
100
100
101
101
- `ENV` - `production` or `development`;*default*: `development` - passing this env. variable will use the default configuration paths - [`docs/config/dev.toml`](./docs/config/dev.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.
102
102
- `PORT` - *default*: `8005` - The local port that Sentry API will be accessible at
@@ -124,7 +124,7 @@ For a full list of all available CLI options on the Validator worker run `--help
124
124
cargo run -p validator_worker -- --help
125
125
```
126
126
127
-
#### Using the `Ethereum Adapter`:
127
+
#### Using the `Ethereum Adapter`
128
128
TODO: Update Keystore file and Keystore password for Leader/Follower as they are using the same at the moment.
129
129
130
130
The password for the Keystore file can be set using the environment variable `KEYSTORE_PWD`.
@@ -152,7 +152,7 @@ The password for the Keystore file can be set using the environment variable `KE
Assuming you have [Sentry API running](#running-sentry-rest-api) for the **Leader** on port `8005`:
@@ -177,7 +177,7 @@ The password for the Keystore file can be set using the environment variable `KE
177
177
./docs/config/dev.toml
178
178
```
179
179
180
-
#### Environment variables:
180
+
#### Environment variables
181
181
182
182
- `ENV`: `production` or `development` ( *default* ) - passing this env. variable will use the default configuration paths - [`docs/config/dev.toml`](./docs/config/dev.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.
183
183
- `PORT` - The local port that Sentry API will accessible at
0 commit comments