From bb1241e756af878e2a9cbf8e94a887c254e09b79 Mon Sep 17 00:00:00 2001 From: dab246 Date: Thu, 17 Oct 2024 09:59:00 +0700 Subject: [PATCH] Add adr for deploy platform configuration --- docs/configuration/platform_configuration.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/configuration/platform_configuration.md diff --git a/docs/configuration/platform_configuration.md b/docs/configuration/platform_configuration.md new file mode 100644 index 0000000000..5120b4238c --- /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 +```