TF-256 Use environment variable to provide the JMAP server URL
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
|
||||
class AppConfig {
|
||||
static const baseUrl = String.fromEnvironment('SERVER_URL', defaultValue: '');
|
||||
}
|
||||
Reference in New Issue
Block a user