Add adr for deploy platform configuration

This commit is contained in:
dab246
2024-10-17 09:59:00 +07:00
committed by Dat H. Pham
parent 691b9fdff2
commit 193f1fd2ee
@@ -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
```