Skip to content

Commit

Permalink
Change route for env
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozRatej committed Jun 17, 2024
1 parent dea7fb0 commit ff29357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/hum_hub.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class HumHub {
case 'com.humhub.app':
return const OpenerApp();
default:
await dotenv.load(fileName: ".env");
await dotenv.load(fileName: "assets/.env");
return const FlavoredApp();
}
}
Expand Down

0 comments on commit ff29357

Please sign in to comment.