mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-13 08:04:40 +08:00
Merge pull request #1469 from e2corporation/readme-custom-envs
README Update
This commit is contained in:
commit
c5a80d807d
1 changed files with 11 additions and 1 deletions
|
@ -108,7 +108,17 @@ however, the Sync Engine is open source and you can run it yourself.
|
||||||
|
|
||||||
```
|
```
|
||||||
syncEngine:
|
syncEngine:
|
||||||
APIRoot: http://mysite.com:5555
|
APIRoot: "http://mysite.com:5555"
|
||||||
|
```
|
||||||
|
|
||||||
|
NOTE: If you are using a custom network layout and your sync engine is not on
|
||||||
|
`localhost:5555`, use `env: custom` instead along with your alternate IP for the
|
||||||
|
API Root, for example `192.168.1.00:5555`
|
||||||
|
|
||||||
|
```
|
||||||
|
env: "custom"
|
||||||
|
syncEngine:
|
||||||
|
APIRoot: "http://192.168.1.100:5555"
|
||||||
```
|
```
|
||||||
|
|
||||||
Copy the JSON array of accounts returned from the Sync Engine's `/accounts`
|
Copy the JSON array of accounts returned from the Sync Engine's `/accounts`
|
||||||
|
|
Loading…
Add table
Reference in a new issue