11 lines
No EOL
213 B
TOML
11 lines
No EOL
213 B
TOML
[default]
|
|
template_dir = "./templates"
|
|
|
|
[default.databases.ezidam]
|
|
url = "../../database/ezidam.sqlite"
|
|
|
|
[default.email]
|
|
from = "ezidam <ezidam@mail.local>"
|
|
transport = "unencrypted"
|
|
host = "localhost"
|
|
port = 1025 |