mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-08 23:50:48 +02:00
18 lines
452 B
JSON
18 lines
452 B
JSON
{
|
|
"server_address": ":8080",
|
|
"data_dir": "/app/data/gomft",
|
|
"backup_dir": "/app/data/gomft/backups",
|
|
"jwt_secret": "change_this_to_a_secure_random_string",
|
|
"email": {
|
|
"enabled": true,
|
|
"host": "smtp.example.com",
|
|
"port": 587,
|
|
"from_email": "gomft@example.com",
|
|
"from_name": "GoMFT",
|
|
"reply_to": "",
|
|
"enable_tls": true,
|
|
"require_auth": true,
|
|
"username": "smtp_username",
|
|
"password": "smtp_password"
|
|
}
|
|
} |