always .env
This commit is contained in:
parent
c7a2061003
commit
1c44f4550c
1 changed files with 0 additions and 10 deletions
|
|
@ -12,16 +12,6 @@ class Environment {
|
|||
DateTime.utc(2023, 1, 25).isBefore(DateTime.now());
|
||||
|
||||
static String get fileName {
|
||||
// return '.env.prod';
|
||||
if (kIsWeb) {
|
||||
return '.env';
|
||||
}
|
||||
if (PlatformInfos.isMobile) {
|
||||
if (kDebugMode) {
|
||||
return '.env';
|
||||
}
|
||||
return '.env.prod';
|
||||
}
|
||||
return ".env";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue