update readme with new PGConfig location
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d29c6aad50
commit
697b62c2f9
|
@ -68,15 +68,10 @@ If you want your node to relay Whisper(SHH) protocol messages you'll want to inc
|
|||
The `MailServerPassword` is used for symmetric encryption of history requests.
|
||||
|
||||
By default it will use `leveldb` embedded database. To use postgres instead you need to
|
||||
pass a config of this kind:
|
||||
add this to your config:
|
||||
|
||||
```json
|
||||
{
|
||||
"WhisperConfig": {
|
||||
"Enabled": true,
|
||||
"EnableMailServer": true,
|
||||
"LightClient": false,
|
||||
"MailServerPassword": "status-offline-inbox"
|
||||
"DatabaseConfig": {
|
||||
"PGConfig": {
|
||||
"Enabled": true,
|
||||
|
@ -84,7 +79,6 @@ pass a config of this kind:
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
__NOTE:__ The default password used by Status App and [our mailservers](https://fleets.status.im/) is `status-offline-inbox`.
|
||||
|
|
Loading…
Reference in New Issue