You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These variables can also be exported in the current session:
46
+
47
+
```bash
48
+
EXPORT DB_URL=...
49
+
EXPORT DB_USER=...
50
+
EXPORT DB_PASSWORD=...
51
+
```
52
+
53
+
:::warning
54
+
Accessing variables through `String.fromEnvironment` in a Dart Frog application will not work.`String.fromEnvironment` is meant to accesses variables set by the Dart
55
+
compiler or runtime, which does not apply to a Dart Frog application. Instead, use
0 commit comments