1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja5_ynh.git synced 2024-09-03 19:26:23 +02:00
invoiceninja5_ynh/config_panel.toml
Sebastian Gumprich 88a4426869 another try
2024-03-17 20:14:58 +01:00

16 lines
498 B
TOML

version = "1.0"
[main]
[main.config]
name = "Configuration"
[main.config.MAIL_FROM_ADDRESS]
ask = "from email"
type = "email"
help = "Default email address to use for various automated emails."
bind = "MAIL_FROM_ADDRESS:__INSTALL_DIR__/.env"
[main.config.MAIL_FROM_NAME]
ask = "from name"
type = "name"
help = "Default name address to use for various automated names."
bind = "MAIL_FROM_NAME:__INSTALL_DIR__/.env"