diff --git a/docs/configuration/platform_configuration.md b/docs/configuration/platform_configuration.md new file mode 100644 index 000000000..5120b4238 --- /dev/null +++ b/docs/configuration/platform_configuration.md @@ -0,0 +1,16 @@ +## Configuration for platform + +### Context +- TwakeMail has actually been deployed on many different environments. + +### How to config + +1. Environments + +- `sass`: SaaS platform +- `other`: Other platform + +2. Active field PLATFORM in [env.file](https://github.com/linagora/tmail-flutter/blob/master/env.file) +``` +PLATFORM=saas +```