2024-03-12 21:31:44 +01:00
|
|
|
version = "1.0"
|
|
|
|
[main]
|
|
|
|
[main.config]
|
|
|
|
name = "Configuration"
|
|
|
|
|
2024-03-17 20:14:58 +01:00
|
|
|
[main.config.MAIL_FROM_ADDRESS]
|
2024-03-12 21:31:44 +01:00
|
|
|
ask = "from email"
|
|
|
|
type = "email"
|
|
|
|
help = "Default email address to use for various automated emails."
|
2024-03-17 20:14:58 +01:00
|
|
|
bind = "MAIL_FROM_ADDRESS:__INSTALL_DIR__/.env"
|
2024-03-12 21:31:44 +01:00
|
|
|
|
2024-03-17 20:14:58 +01:00
|
|
|
[main.config.MAIL_FROM_NAME]
|
2024-03-12 21:31:44 +01:00
|
|
|
ask = "from name"
|
|
|
|
type = "name"
|
|
|
|
help = "Default name address to use for various automated names."
|
2024-03-17 20:14:58 +01:00
|
|
|
bind = "MAIL_FROM_NAME:__INSTALL_DIR__/.env"
|