langflow/src
Gabriel Luiz Freitas Almeida 552edf072b 🔧 chore(settings.py): make database_url optional to handle cases where it is not provided
The `database_url` setting is now declared as an optional string (`Optional[str]`) instead of a required string. This change allows the application to handle cases where the `database_url` is not provided, providing more flexibility in the configuration.
2023-07-05 11:50:32 -03:00
..
backend 🔧 chore(settings.py): make database_url optional to handle cases where it is not provided 2023-07-05 11:50:32 -03:00
frontend 🐛 fix(App.tsx): improve code readability by formatting long conditional statements 2023-07-01 17:09:04 -03:00