Configuration
Most of the configuration can be done in Laguna.toml file.
You can override config with environment variables (in order of precedence, highest first):
DATABASE_URLenvironment variable overridesapplication.database.- For example
application.database.namecan be overriden byAPPLICATION_DATABASE_NAMEenvironment variable.
For more info and to extend config with custom fields see crates/laguna-backend-config crate.