mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
chore: README update.
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
# Proton Mail Bridge and Import Export app
|
# Proton Mail Bridge and Import Export app
|
||||||
Copyright (c) 2022 Proton AG
|
Copyright (c) 2023 Proton AG
|
||||||
|
|
||||||
This repository holds the Proton Mail Bridge and the Proton Mail Import-Export applications.
|
This repository holds the Proton Mail Bridge and the Proton Mail Import-Export applications.
|
||||||
For a detailed build information see [BUILDS](./BUILDS.md).
|
For a detailed build information see [BUILDS](./BUILDS.md).
|
||||||
@ -48,9 +48,6 @@ major problems.
|
|||||||
|
|
||||||
## Environment Variables
|
## Environment Variables
|
||||||
|
|
||||||
### Bridge application
|
|
||||||
- `BRIDGESTRICTMODE`: tells bridge to turn on `bbolt`'s "strict mode" which checks the database after every `Commit`. Set to `1` to enable.
|
|
||||||
|
|
||||||
### Dev build or run
|
### Dev build or run
|
||||||
- `APP_VERSION`: set the bridge app version used during testing or building
|
- `APP_VERSION`: set the bridge app version used during testing or building
|
||||||
- `PROTONMAIL_ENV`: when set to `dev` it is not using Sentry to report crashes
|
- `PROTONMAIL_ENV`: when set to `dev` it is not using Sentry to report crashes
|
||||||
@ -86,7 +83,7 @@ There are now three types of system folders which Bridge recognises:
|
|||||||
| gRPC client json | config | grpcClientConfig_<id>.json |
|
| gRPC client json | config | grpcClientConfig_<id>.json |
|
||||||
| Logs | data | logs |
|
| Logs | data | logs |
|
||||||
| gluon DB | data | gluon/backend/db |
|
| gluon DB | data | gluon/backend/db |
|
||||||
| gluon messages | sata | gluon/backend/store |
|
| gluon messages | data | gluon/backend/store |
|
||||||
| Update files | data | updates |
|
| Update files | data | updates |
|
||||||
| sentry cache | data | sentry_cache |
|
| sentry cache | data | sentry_cache |
|
||||||
| Mac/Linux File Socket | temp | bridge{4_DIGITS} |
|
| Mac/Linux File Socket | temp | bridge{4_DIGITS} |
|
||||||
|
|||||||
Reference in New Issue
Block a user