Web-app Configuration#
We starlette’s config module for configuration, so you can configure the
app by setting environment variables for the configuration keys, or by creating
a .env in the current directory. Please refer to
starlette’s config documentation for more information.
Configuration keys#
Name |
Description |
|---|---|
|
Enables debug mode (defaults to Please refer to starlette’s exceptions documentation for more information. |
|
Sets the application host name (defaults to |
|
Sets the application HTTP port name (defaults to |
|
Sets the application URL (defaults to |
|
Sets the database connection URL (defaults to
Please refer to SQLAlchemy’s database URLs documentation for more information. |