update readme with new PGConfig location

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-01-08 13:43:47 +01:00 committed by Jakub
parent d29c6aad50
commit 697b62c2f9
1 changed files with 5 additions and 11 deletions

View File

@ -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`.