Skip to main content

Module config

Module config 

Source
Expand description

fse.toml — all optional, all defaulted to the starter layout, so a fresh app needs no config file at all. Nothing app-specific lives in the CLI itself: even the framework’s required-columns contract arrives here.

Structs§

OrmConfig

Functions§

load
resolve_database_url
Reads cfg.database_url_env from .env/the environment, in that order. override_url (from --database-url/test hooks) wins over both.