Merge pull request #960 from pangeachat/fix-env

fixed .env file name
This commit is contained in:
ggurdin 2024-11-13 09:21:37 -05:00 committed by GitHub
commit 9f8fef3de0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ void main() async {
// #Pangea
try {
await dotenv.load(fileName: ".env.local_choreo");
await dotenv.load(fileName: ".env");
} catch (e) {
Logs().e('Failed to load .env file', e);
}