TF-256 Use environment variable to provide the JMAP server URL

This commit is contained in:
dab246
2022-02-18 11:37:29 +07:00
committed by Dat H. Pham
parent ec0de21ad9
commit f37b32ade5
4 changed files with 10 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
class AppConfig {
static const baseUrl = String.fromEnvironment('SERVER_URL', defaultValue: '');
}